update
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
|
||||
home-manager.url = "github:nix-community/home-manager";
|
||||
home-manager.inputs.nixpkgs.follows = "nixpkgs"; # ensures version follows nixpkgs
|
||||
|
||||
hyprland.url = "github:hyprwm/Hyprland";
|
||||
};
|
||||
|
||||
#outputs = { self, nixpkgs, nixpkgsveryold }:
|
||||
@@ -22,7 +24,7 @@
|
||||
# };
|
||||
#};
|
||||
|
||||
outputs = { self, nixpkgs, home-manager, ... }:
|
||||
outputs = { self, nixpkgs, home-manager, ... } @ inputs:
|
||||
let
|
||||
lib = nixpkgs.lib;
|
||||
system = "x86_64-linux";
|
||||
@@ -30,6 +32,7 @@
|
||||
in {
|
||||
nixosConfigurations = {
|
||||
biscuit = lib.nixosSystem {
|
||||
specialArgs = { inherit inputs system; };
|
||||
inherit system;
|
||||
modules = [ ./nixos/configuration.nix ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user