recreate lock file

This commit is contained in:
2024-10-10 15:48:30 -05:00
parent bf08d28785
commit aabb26b1c5
6 changed files with 85 additions and 54 deletions

View File

@@ -13,7 +13,7 @@
nathan.url = "./home";
system.url = "./system";
system.inputs.diskoConfig.inputs.nixpkgs.follows = "nixpkgs";
#system.inputs.diskoConfig.inputs.nixpkgs.follows = "nixpkgs";
};
@@ -53,7 +53,7 @@
};
nixosConfigurations.iso = nixpkgs.lib.nixosSystem {
inherit iso_system;
#inherit iso_system;
specialArgs = {
core_inputs = (core_inputs // { inherit host username; });