diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-06-09 18:25:15 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-06-09 18:32:25 -0700 |
| commit | 39bbac4c6d4375df839e23172156236e9b2317d4 (patch) | |
| tree | 95a7749e3b0dd610a00de0319539630df4a250e6 /flake.nix | |
| parent | fix(blog): set the correct URL to my git server (diff) | |
| download | infra-39bbac4c6d4375df839e23172156236e9b2317d4.tar.gz | |
feat(nix): update nix to version 22.05
NixOS 22.05 was released last month. Bump the versions for both nixos
and home-manager.
I also need to make a few changes for this update work (packages were
renamed, options were addded to tailscale, ...)
Change-Id: I84ed9f21915b769c9f7b8e21988b2b021715c982
Reviewed-on: https://cl.fcuny.net/c/world/+/365
Tested-by: CI
Reviewed-by: Franck Cuny <franck@fcuny.net>
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ inputs = { # Nixpkgs, NixOS's official repo - nixpkgs.url = "github:nixos/nixpkgs/release-21.11"; + nixpkgs.url = "github:nixos/nixpkgs/release-22.05"; utils.url = "github:numtide/flake-utils"; @@ -22,7 +22,7 @@ flake-utils.url = "github:numtide/flake-utils"; home-manager = { - url = "github:nix-community/home-manager/release-21.11"; + url = "github:nix-community/home-manager/release-22.05"; # We want home-manager to use the same set of nixpkgs as our system. inputs.nixpkgs.follows = "nixpkgs"; }; |
