mirror of
https://github.com/blahai/nyx.git
synced 2025-01-18 19:10:21 +00:00
fix
This commit is contained in:
parent
1eeedec3bc
commit
85f1654d67
1 changed files with 1 additions and 1 deletions
|
@ -65,10 +65,10 @@
|
||||||
outputs = { self, nixpkgs, chaotic, nur, home-manager, disko, ... }@inputs:
|
outputs = { self, nixpkgs, chaotic, nur, home-manager, disko, ... }@inputs:
|
||||||
let
|
let
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
specialArgs = { inherit inputs; };
|
|
||||||
in {
|
in {
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
nyx = nixpkgs.lib.nixosSystem {
|
nyx = nixpkgs.lib.nixosSystem {
|
||||||
|
specialArgs = { inherit inputs; };
|
||||||
modules = [
|
modules = [
|
||||||
./hosts/nyx/configuration.nix
|
./hosts/nyx/configuration.nix
|
||||||
inputs.home-manager.nixosModules.default
|
inputs.home-manager.nixosModules.default
|
||||||
|
|
Loading…
Reference in a new issue