refactoring

This commit is contained in:
Matt Nish-Lapidus 2025-03-21 22:53:11 -04:00
parent 88fe4f636b
commit 83f072dac2
2 changed files with 2 additions and 4 deletions

View file

@ -151,8 +151,6 @@
}
);
pkgs-stable = inputs.nixpkgs-stable.legacyPackages.x86_64-linux;
nixosModules = genAttrs (map nameOf (listFilesRecursive ./modules/system)) (
name: import ./modules/system/${name}.nix
);