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