This commit is contained in:
2025-10-30 14:15:33 +01:00
parent 8f820769f7
commit f95e122c8b
2 changed files with 5 additions and 4 deletions

7
flake.lock generated
View File

@@ -89,15 +89,16 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1761816951,
"narHash": "sha256-dj5gqNGaQVYdmhCqANsa00Ao9ckr7KoRI/2OUS0Pf8Y=",
"lastModified": 1761672384,
"narHash": "sha256-o9KF3DJL7g7iYMZq9SWgfS1BFlNbsm6xplRjVlOCkXI=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "0e657b6de628c7378590502ffe5b87cab0d53d6e",
"rev": "08dacfca559e1d7da38f3cf05f1f45ee9bfd213c",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}

View File

@@ -2,7 +2,7 @@
description = "A very basic flake";
inputs = {
nixpkgs.url = "nixos/nixos-unstable";
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
home-manager = {
url = "github:nix-community/home-manager";