Fixed submodule handling
This commit is contained in:
@@ -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};}));
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user