diff --git a/flake.nix b/flake.nix index 316a9b5..0a86f7a 100755 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "Aner's NIX config for his systems!"; inputs = { - self.submodules = true; + # self.submodules = true; # Nixpkgs #Temporarily # nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11"; @@ -70,7 +70,6 @@ }; }; - #TODO this is probably unsupported #TODO the devshells do not know of the new packages. devShells = forAllSystems (system: ((import ./shells) {pkgs = nixpkgs.legacyPackages.${system};})); };