diff options
| author | Alejandro Soto <alejandro@34project.org> | 2024-02-08 14:10:43 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2024-02-08 14:10:55 -0600 |
| commit | 4bba74d5d7a752630849996f025779d4bcd708de (patch) | |
| tree | 0cc48d013b785c2ccb001f9d069043d9d7277fbf | |
| parent | 4be1f8eb2064c1362f58b1668ee5b27813496a03 (diff) | |
flake.lock: Update
Diffstat (limited to '')
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,10 +1,10 @@ { inputs = { - nixpkgs.url = "github:nixos/nixpkgs/nixos-23.05"; + nixpkgs.url = "github:nixos/nixpkgs/nixos-23.11"; unstable.url = "github:nixos/nixpkgs"; home-manager = { - url = "github:nix-community/home-manager/release-23.05"; + url = "github:nix-community/home-manager/release-23.11"; inputs.nixpkgs.follows = "nixpkgs"; }; |
