Fixed submodule handling

This commit is contained in:
2026-04-25 21:39:54 +03:00
parent 91c775a6c3
commit b68932f516
+1 -2
View File
@@ -2,7 +2,7 @@
description = "Aner's NIX config for his systems!"; description = "Aner's NIX config for his systems!";
inputs = { inputs = {
self.submodules = true; # self.submodules = true;
# Nixpkgs # Nixpkgs
#Temporarily #Temporarily
# nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11"; # 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. #TODO the devshells do not know of the new packages.
devShells = forAllSystems (system: ((import ./shells) {pkgs = nixpkgs.legacyPackages.${system};})); devShells = forAllSystems (system: ((import ./shells) {pkgs = nixpkgs.legacyPackages.${system};}));
}; };