chore: update flake.lock

This commit is contained in:
Ranomier 2025-08-23 15:02:05 +02:00
parent 751609cb72
commit 5ad19562e6
2 changed files with 8 additions and 8 deletions

14
flake.lock generated
View file

@ -251,11 +251,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1753592768, "lastModified": 1755928099,
"narHash": "sha256-oV695RvbAE4+R9pcsT9shmp6zE/+IZe6evHWX63f2Qg=", "narHash": "sha256-OILVkfhRCm8u18IZ2DKR8gz8CVZM2ZcJmQBXmjFLIfk=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "fc3add429f21450359369af74c2375cb34a2d204", "rev": "4a44fb9f7555da362af9d499817084f4288a957f",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -311,7 +311,7 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1754250341, "lastModified": 1755720954,
"narHash": "sha256-Z7GVaLs0mJnMyMrQYMZdNHEdfwBRW8w2fLqWxYjXFIA=", "narHash": "sha256-Z7GVaLs0mJnMyMrQYMZdNHEdfwBRW8w2fLqWxYjXFIA=",
"path": "/home/ranomier/Projects/nix-secrets", "path": "/home/ranomier/Projects/nix-secrets",
"type": "path" "type": "path"
@ -391,11 +391,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1755593991, "lastModified": 1755704039,
"narHash": "sha256-BA9MuPjBDx/WnpTJ0EGhStyfE7hug8g85Y3Ju9oTsM4=", "narHash": "sha256-gKlP0LbyJ3qX0KObfIWcp5nbuHSb5EHwIvU6UcNBg2A=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "a58390ab6f1aa810eb8e0f0fc74230e7cc06de03", "rev": "9cb344e96d5b6918e94e1bca2d9f3ea1e9615545",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -9,7 +9,7 @@
# Lix is a modern, delicious implementation of the Nix package manager, # Lix is a modern, delicious implementation of the Nix package manager,
# focused on correctness, usability, and growth # focused on correctness, usability, and growth
# and committed to doing right by its community. # and committed to doing right by its community.
package = lib.mkDefault pkgs.lix; #package = lib.mkDefault pkgs.lix;
channel.enable = lib.mkDefault false; channel.enable = lib.mkDefault false;