diff options
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/flake.nix b/flake.nix index e9f1a01..3ef69b4 100644 --- a/flake.nix +++ b/flake.nix @@ -6,8 +6,6 @@ unstable-small.url = "github:nixos/nixpkgs/nixos-unstable-small"; nixpkgs-2111.url = "github:nixos/nixpkgs/nixos-21.11"; - nixpkgs-exotic.url = "git+https://git.exotic.sh/nixpkgs-exotic"; - colmena.url = "github:zhaofengli/colmena"; colmena.inputs.nixpkgs.follows = "unstable"; @@ -34,7 +32,7 @@ system = "x86_64-linux"; - pkgs = import unstable { inherit system; overlays = [ inputs.nixpkgs-exotic.overlays.default ]; }; + pkgs = import unstable { inherit system; }; lib = unstable.lib.extend (self: super: { my = import ./lib { inherit pkgs inputs; lib = self; }; }); |