meta: reorganize nix-os and hosts to single directory nixos
This commit is contained in:
parent
be46e02c61
commit
cb05ce5b44
76 changed files with 54 additions and 52 deletions
|
@ -30,7 +30,7 @@ in self.lib.concatMapAttrs (name: value: {
|
|||
};
|
||||
in lib.getAttrFromPath ( [ "config" ] ++ attrpath ) system;
|
||||
in {
|
||||
"NixOS/nvidia" = mkUpdater ./nix-os/nvidia.nix [ "hardware" "nvidia" "package" ] {};
|
||||
"NixOS/nvidia" = mkUpdater ./nixos/modules/nvidia.nix [ "hardware" "nvidia" "package" ] {};
|
||||
})
|
||||
|
||||
# MARK: packages
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue