fix
This commit is contained in:
parent
e1073ed29c
commit
e6a1fa4b66
|
@ -1,4 +1,4 @@
|
||||||
{ inputs, nixpkgs, self, ...}:
|
{ inputs, nixpkgs, self, username, ...}:
|
||||||
let
|
let
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
pkgs = import nixpkgs {
|
pkgs = import nixpkgs {
|
||||||
|
@ -9,7 +9,7 @@ let
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
nixos = nixpkgs.lib.nixosSystem {
|
nixos = nixpkgs.lib.nixosSystem {
|
||||||
specialArgs = { inherit self inputs; };
|
specialArgs = { inherit self inputs username; };
|
||||||
modules =
|
modules =
|
||||||
[ (import ./bootloader.nix) ]
|
[ (import ./bootloader.nix) ]
|
||||||
++ [ (import ./hardware.nix) ]
|
++ [ (import ./hardware.nix) ]
|
||||||
|
|
Loading…
Reference in a new issue