updates from makefile

This commit is contained in:
Don Harper 2024-04-18 07:03:06 -05:00
parent ab8485e7a5
commit cece7c1c0f
3 changed files with 11 additions and 46 deletions

View file

@ -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; };