diff options
| author | Franck Cuny <franck@fcuny.net> | 2023-01-03 17:05:37 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2023-01-03 17:05:37 -0800 |
| commit | 680c71f0dfc29355e2b80ca44d59d5e10949d439 (patch) | |
| tree | 07a832aa8b3015c1181c53deefb110639cd59b97 /flake.nix | |
| parent | feat(modules/nix): add binary caches (diff) | |
| download | infra-680c71f0dfc29355e2b80ca44d59d5e10949d439.tar.gz | |
feat: update to nix 22.11
Diffstat (limited to '')
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ description = "personal NixOS configurations"; inputs = { - nixpkgs.url = "github:nixos/nixpkgs/release-22.05"; + nixpkgs.url = "github:nixos/nixpkgs/release-22.11"; futils.url = "github:numtide/flake-utils"; @@ -18,7 +18,7 @@ nur.url = "github:nix-community/NUR"; home-manager = { - url = "github:nix-community/home-manager/release-22.05"; + url = "github:nix-community/home-manager/release-22.11"; # We want home-manager to use the same set of nixpkgs as our system. inputs.nixpkgs.follows = "nixpkgs"; }; |
