Pass input variable
This commit is contained in:
parent
a5c524ed33
commit
408461407e
2 changed files with 2 additions and 1 deletions
|
|
@ -11,6 +11,7 @@
|
|||
outputs = { self, nixpkgs, hyprland, aagl, ... }@inputs:
|
||||
{
|
||||
nixosConfigurations.onizuka = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = { inherit inputs; };
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
hyprland.nixosModules.default
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue