diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-06-03 12:36:17 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-06-03 12:36:20 +0530 |
commit | ede767c80ef9a88139219f686aa763031575091b (patch) | |
tree | c9e7c92b3bee6d3a2693e9ab97b3e5f187e94f90 | |
parent | 7efc19358c3f46ac2189a383601a22ab835d83f0 (diff) |
flake: bump lock
-rw-r--r-- | flake.lock | 24 | ||||
-rw-r--r-- | home/common/home.nix | 2 | ||||
-rw-r--r-- | os/common/configuration.nix | 2 |
3 files changed, 14 insertions, 14 deletions
@@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1715930644, - "narHash": "sha256-W9pyM3/vePxrffHtzlJI6lDS3seANQ+Nqp+i58O46LI=", + "lastModified": 1717316182, + "narHash": "sha256-Xi0EpZcu39N0eW7apLjFfUOR9y80toyjYizez7J1wMI=", "owner": "nix-community", "repo": "home-manager", - "rev": "e3ad5108f54177e6520535768ddbf1e6af54b59d", + "rev": "9b53a10f4c91892f5af87cf55d08fba59ca086af", "type": "github" }, "original": { @@ -22,11 +22,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1716137900, - "narHash": "sha256-sowPU+tLQv8GlqtVtsXioTKeaQvlMz/pefcdwg8MvfM=", + "lastModified": 1717196966, + "narHash": "sha256-yZKhxVIKd2lsbOqYd5iDoUIwsRZFqE87smE2Vzf6Ck0=", "owner": "NixOs", "repo": "nixpkgs", - "rev": "6c0b7a92c30122196a761b440ac0d46d3d9954f1", + "rev": "57610d2f8f0937f39dbd72251e9614b1561942d8", "type": "github" }, "original": { @@ -38,11 +38,11 @@ }, "nixpkgs-stable": { "locked": { - "lastModified": 1716061101, - "narHash": "sha256-H0eCta7ahEgloGIwE/ihkyGstOGu+kQwAiHvwVoXaA0=", + "lastModified": 1717265169, + "narHash": "sha256-IITcGd6xpNoyq9SZBigCkv4+qMHSqot0RDPR4xsZ2CA=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "e7cc61784ddf51c81487637b3031a6dd2d6673a2", + "rev": "3b1b4895b2c5f9f5544d02132896aeb9ceea77bc", "type": "github" }, "original": { @@ -67,11 +67,11 @@ "nixpkgs-stable": "nixpkgs-stable" }, "locked": { - "lastModified": 1716087663, - "narHash": "sha256-zuSAGlx8Qk0OILGCC2GUyZ58/SJ5R3GZdeUNQ6IS0fQ=", + "lastModified": 1717297459, + "narHash": "sha256-cZC2f68w5UrJ1f+2NWGV9Gx0dEYmxwomWN2B0lx0QRA=", "owner": "Mic92", "repo": "sops-nix", - "rev": "0bf1808e70ce80046b0cff821c019df2b19aabf5", + "rev": "ab2a43b0d21d1d37d4d5726a892f714eaeb4b075", "type": "github" }, "original": { diff --git a/home/common/home.nix b/home/common/home.nix index d1d709e..4ee0d94 100644 --- a/home/common/home.nix +++ b/home/common/home.nix @@ -10,7 +10,7 @@ in { home = { inherit username; - stateVersion = "23.11"; + stateVersion = "24.11"; homeDirectory = "/home/${config.home.username}"; }; } diff --git a/os/common/configuration.nix b/os/common/configuration.nix index 5c3972b..76fe33c 100644 --- a/os/common/configuration.nix +++ b/os/common/configuration.nix @@ -23,7 +23,7 @@ in defaultSopsFile = ../${host}/secrets.yaml; age.keyFile = "/var/secrets/${host}.sops"; }; - system.stateVersion = "23.11"; + system.stateVersion = "24.11"; nix.settings.experimental-features = [ "flakes" "nix-command" ]; boot = { |