aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-06-09 18:25:15 -0700
committerFranck Cuny <franck@fcuny.net>2022-06-09 18:32:25 -0700
commit39bbac4c6d4375df839e23172156236e9b2317d4 (patch)
tree95a7749e3b0dd610a00de0319539630df4a250e6 /flake.nix
parentfix(blog): set the correct URL to my git server (diff)
downloadinfra-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.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 3f8a401..9627d28 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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";
};