[NixOS] Use custom nix with submodule support in self for flakes

This commit is contained in:
2021-07-15 21:24:38 -06:00
parent 2ae2324086
commit b3e18f3ccc
7 changed files with 94 additions and 42 deletions

View File

@@ -4,7 +4,7 @@
imports = [
<nixpkgs/nixos/modules/installer/scan/not-detected.nix>
../full.nix
../cachix.nix
# ../cachix.nix
];
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "usbhid" "sd_mod" ];