From 46f131ea974e1d4f31da03269e28e4f6a049041d Mon Sep 17 00:00:00 2001 From: Thorn Avery Date: Sat, 3 Oct 2020 22:44:28 +1300 Subject: [PATCH] testing nix overlay --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flake.nix b/flake.nix index 1ff9b35..3d03a0f 100644 --- a/flake.nix +++ b/flake.nix @@ -2,6 +2,9 @@ description = "swatch beat internet time"; inputs.nixpkgs.url = github:Nixos/nixpkgs/nixos-20.03; outputs = { self, nixpkgs }: { + overlay = final: prev: with nixpkgs; { + swatch = swatch; + }; defaultPackage.x86_64-linux = with import nixpkgs { system = "x86_64-linux"; }; stdenv.mkDerivation rec {