aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-01-03 17:05:37 -0800
committerFranck Cuny <franck@fcuny.net>2023-01-03 17:05:37 -0800
commit680c71f0dfc29355e2b80ca44d59d5e10949d439 (patch)
tree07a832aa8b3015c1181c53deefb110639cd59b97 /flake.nix
parentfeat(modules/nix): add binary caches (diff)
downloadinfra-680c71f0dfc29355e2b80ca44d59d5e10949d439.tar.gz
feat: update to nix 22.11
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 9de6d9f..d4adb95 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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";
};