updates from makefile
This commit is contained in:
parent
ab8485e7a5
commit
cece7c1c0f
3 changed files with 11 additions and 46 deletions
|
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
inputs = {
|
||||
disko.url = "github:nix-community/disko";
|
||||
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable-small";
|
||||
home-manager = {
|
||||
|
|
@ -17,7 +16,6 @@
|
|||
self,
|
||||
nixpkgs,
|
||||
nix,
|
||||
disko,
|
||||
nixos-hardware,
|
||||
home-manager,
|
||||
wayland-pipewire-idle-inhibit,
|
||||
|
|
@ -113,7 +111,6 @@
|
|||
};
|
||||
|
||||
# test system
|
||||
# use this for a blank ISO + disko to work
|
||||
nixos = lib.nixosSystem {
|
||||
modules = [ ./hosts/nixos ];
|
||||
specialArgs = { inherit inputs outputs; };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue