flake fixes

This commit is contained in:
UGA Innovation Factory
2025-12-04 21:50:33 +00:00
parent 3edbad93c2
commit 77187480d4
2 changed files with 2 additions and 1 deletions

View File

@@ -9,7 +9,7 @@
url = "github:nix-community/disko"; url = "github:nix-community/disko";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
inputs.nixos-hardware.url = "github:NixOS/nixos-hardware/master"; nixos-hardware.url = "github:NixOS/nixos-hardware/master";
lazyvim-nixvim.url = "github:azuwis/lazyvim-nixvim"; lazyvim-nixvim.url = "github:azuwis/lazyvim-nixvim";
}; };
outputs = inputs@{ self, nixpkgs, home-manager, disko, lazyvim-nixvim, nixos-hardware,... }: { outputs = inputs@{ self, nixpkgs, home-manager, disko, lazyvim-nixvim, nixos-hardware,... }: {

View File

@@ -99,6 +99,7 @@ in
./nix-desktop.nix ./nix-desktop.nix
]; ];
}; };
nix-surface1 = mkHost { nix-surface1 = mkHost {
hostName = "nix-surface1"; hostName = "nix-surface1";
system = "x86_64-linux"; system = "x86_64-linux";