From b68932f516c962055956578f49766d4fa33cfae2 Mon Sep 17 00:00:00 2001 From: Aner Zakobar Date: Sat, 25 Apr 2026 21:39:54 +0300 Subject: [PATCH] Fixed submodule handling --- flake.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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};})); };