diff options
author | Preston Pan <ret2pop@gmail.com> | 2025-01-02 11:27:47 -0800 |
---|---|---|
committer | Preston Pan <ret2pop@gmail.com> | 2025-01-02 11:27:47 -0800 |
commit | 59fd05d0584a77035073e93a538b71a8f409bacb (patch) | |
tree | 75d9f0aa422b1c1b71cbb302dda26b0b945c0e50 /flake.nix | |
parent | 73f994fed5d40ba53282b75c92658d7fa4616a72 (diff) |
new flake lock
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,10 +3,10 @@ inputs = { nixpkgs = { - url = "github:nixos/nixpkgs/nixos-24.05"; + url = "github:nixos/nixpkgs/nixos-24.11"; }; home-manager = { - url = "github:nix-community/home-manager/release-24.05"; + url = "github:nix-community/home-manager/release-24.11"; inputs.nixpkgs.follows = "nixpkgs"; }; |