mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
mkSystems -> mkHosts
fixed nixosModules output
This commit is contained in:
parent
167f6ca7b3
commit
e33da6d843
3 changed files with 6 additions and 9 deletions
|
|
@ -1,8 +1,4 @@
|
|||
inputs: {
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
inputs: {pkgs, ...}: {
|
||||
#other nix settings
|
||||
nix = {
|
||||
package = inputs.nix.packages.${pkgs.system}.default;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue