From 5ad19562e647c3a84eb27aebae6956260a2efc99 Mon Sep 17 00:00:00 2001 From: Ranomier <> Date: Sat, 23 Aug 2025 15:02:05 +0200 Subject: [PATCH] chore: update flake.lock --- flake.lock | 14 +++++++------- system_profiles/components/nix-defaults.nix | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/flake.lock b/flake.lock index 5fd67f1..0696130 100644 --- a/flake.lock +++ b/flake.lock @@ -251,11 +251,11 @@ ] }, "locked": { - "lastModified": 1753592768, - "narHash": "sha256-oV695RvbAE4+R9pcsT9shmp6zE/+IZe6evHWX63f2Qg=", + "lastModified": 1755928099, + "narHash": "sha256-OILVkfhRCm8u18IZ2DKR8gz8CVZM2ZcJmQBXmjFLIfk=", "owner": "nix-community", "repo": "home-manager", - "rev": "fc3add429f21450359369af74c2375cb34a2d204", + "rev": "4a44fb9f7555da362af9d499817084f4288a957f", "type": "github" }, "original": { @@ -311,7 +311,7 @@ ] }, "locked": { - "lastModified": 1754250341, + "lastModified": 1755720954, "narHash": "sha256-Z7GVaLs0mJnMyMrQYMZdNHEdfwBRW8w2fLqWxYjXFIA=", "path": "/home/ranomier/Projects/nix-secrets", "type": "path" @@ -391,11 +391,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1755593991, - "narHash": "sha256-BA9MuPjBDx/WnpTJ0EGhStyfE7hug8g85Y3Ju9oTsM4=", + "lastModified": 1755704039, + "narHash": "sha256-gKlP0LbyJ3qX0KObfIWcp5nbuHSb5EHwIvU6UcNBg2A=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "a58390ab6f1aa810eb8e0f0fc74230e7cc06de03", + "rev": "9cb344e96d5b6918e94e1bca2d9f3ea1e9615545", "type": "github" }, "original": { diff --git a/system_profiles/components/nix-defaults.nix b/system_profiles/components/nix-defaults.nix index 13be0a2..157ced6 100644 --- a/system_profiles/components/nix-defaults.nix +++ b/system_profiles/components/nix-defaults.nix @@ -9,7 +9,7 @@ # Lix is a modern, delicious implementation of the Nix package manager, # focused on correctness, usability, and growth – # and committed to doing right by its community. - package = lib.mkDefault pkgs.lix; + #package = lib.mkDefault pkgs.lix; channel.enable = lib.mkDefault false;