diff options
author | Linnnus <[email protected]> | 2023-09-09 16:58:15 +0200 |
---|---|---|
committer | Linnnus <[email protected]> | 2023-09-09 16:58:15 +0200 |
commit | 5d6e0aeefb79cecd2193ecec593eb1df65f76a8b (patch) | |
tree | c42803d23427310d1764fa83aae98e0d5f235cf0 /flake.nix | |
parent | 35bc38ad9c581a2b4e2e122f3701cca047e17a4c (diff) |
Bump nixpkgs 22.11 -> 23.05
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,10 +1,10 @@ { inputs = { nixpkgs = { - url = "github:NixOS/nixpkgs/nixos-22.11"; + url = "github:NixOS/nixpkgs/nixos-23.05"; }; home-manager = { - url = "github:nix-community/home-manager/release-22.11"; + url = "github:nix-community/home-manager/release-23.05"; inputs.nixpkgs.follows = "nixpkgs"; }; nix-darwin = { |