update flake inputs

This commit is contained in:
KoenDR06 2026-01-07 17:02:03 +01:00
parent 6848a9d5e0
commit 74356e3041
2 changed files with 9 additions and 41 deletions

48
flake.lock generated
View file

@ -87,32 +87,14 @@
"type": "github"
}
},
"home-manager_3": {
"inputs": {
"nixpkgs": [
"nix-hyprland",
"nixpkgs"
]
},
"locked": {
"lastModified": 1767280655,
"narHash": "sha256-YmaYMduV5ko8zURUT1VLGDbVC1L/bxHS0NsiPoZ6bBM=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "d49d2543f02dbd789ed032188c84570d929223cb",
"type": "github"
},
"original": {
"owner": "nix-community",
"ref": "release-25.11",
"repo": "home-manager",
"type": "github"
}
},
"nix-hyprland": {
"inputs": {
"home-manager": "home-manager_3",
"nixpkgs": "nixpkgs"
"home-manager": [
"home-manager"
],
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1767801421,
@ -129,22 +111,6 @@
}
},
"nixpkgs": {
"locked": {
"lastModified": 1767325753,
"narHash": "sha256-yA/CuWyqm+AQo2ivGy6PlYrjZBQm7jfbe461+4HF2fo=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "64049ca74d63e971b627b5f3178d95642e61cedd",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-25.11",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs_2": {
"locked": {
"lastModified": 1767634882,
"narHash": "sha256-2GffSfQxe3sedHzK+sTKlYo/NTIAGzbFCIsNMUPAAnk=",
@ -188,7 +154,7 @@
"agenix": "agenix",
"home-manager": "home-manager_2",
"nix-hyprland": "nix-hyprland",
"nixpkgs": "nixpkgs_2",
"nixpkgs": "nixpkgs",
"plasma-manager": "plasma-manager"
}
},

View file

@ -22,6 +22,8 @@
nix-hyprland = {
url = "github:KoenDR06/nix-hyprland";
inputs.nixpkgs.follows = "nixpkgs";
inputs.home-manager.follows = "home-manager";
};
};