Disable broken Nixpkgs import
Eelco Dolstra committed
Aug 21, 2023 at 17:08 UTC
79cd056ca31df53fe140185a9ae32f9659e52e78
1 file changed
+2
-2
delft/flake.nix
+2
-2
@@ -48,8 +48,8 @@
48
{
49
system.configurationRevision = self.rev
50
or (throw "Cannot deploy from an unclean source tree!");
51
- nix.registry.nixpkgs.flake = nixpkgs;
52
- nix.nixPath = [ "nixpkgs=${nixpkgs}" ];
51
+ #nix.registry.nixpkgs.flake = nixpkgs;
52
+ #nix.nixPath = [ "nixpkgs=${nixpkgs}" ];
53
nixpkgs.overlays = [
54
nix.overlays.default
55
];