summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Kummerlaender2021-12-21 22:01:30 +0100
committerAdrian Kummerlaender2021-12-21 22:01:30 +0100
commit84a5f911701556d78bf3501b56287279dcd525df (patch)
tree934773173a50c418020f85c4573a420e8e01b846
parentdf0e7ab5cb53e14e6f6c5bd6e143abf8b9f0ac80 (diff)
downloadnixos_system-84a5f911701556d78bf3501b56287279dcd525df.tar
nixos_system-84a5f911701556d78bf3501b56287279dcd525df.tar.gz
nixos_system-84a5f911701556d78bf3501b56287279dcd525df.tar.bz2
nixos_system-84a5f911701556d78bf3501b56287279dcd525df.tar.lz
nixos_system-84a5f911701556d78bf3501b56287279dcd525df.tar.xz
nixos_system-84a5f911701556d78bf3501b56287279dcd525df.tar.zst
nixos_system-84a5f911701556d78bf3501b56287279dcd525df.zip
Update to 21.11
-rw-r--r--flake.lock8
-rw-r--r--flake.nix2
2 files changed, 5 insertions, 5 deletions
diff --git a/flake.lock b/flake.lock
index 56fece5..81747a4 100644
--- a/flake.lock
+++ b/flake.lock
@@ -2,16 +2,16 @@
"nodes": {
"nixpkgs": {
"locked": {
- "lastModified": 1636138231,
- "narHash": "sha256-FZQ5wBcB9zI21uQMB/PaEQ/cLYk+Bwnig5cg1+2rPgg=",
+ "lastModified": 1640077788,
+ "narHash": "sha256-YMSDk3hlucJTTARaHNOeQEF6zEW3A/x4sXgrz94VbS0=",
"owner": "NixOS",
"repo": "nixpkgs",
- "rev": "5c02380de3951d0237807c16eb19873cb3c5f75d",
+ "rev": "9ab7d12287ced0e1b4c03b61c781901f178d9d77",
"type": "github"
},
"original": {
"owner": "NixOS",
- "ref": "nixos-21.05",
+ "ref": "nixos-21.11",
"repo": "nixpkgs",
"type": "github"
}
diff --git a/flake.nix b/flake.nix
index 37a54de..dbe6b1b 100644
--- a/flake.nix
+++ b/flake.nix
@@ -2,7 +2,7 @@
description = "System environment of Adrian Kummerlaender";
inputs = {
- nixpkgs.url = github:NixOS/nixpkgs/nixos-21.05;
+ nixpkgs.url = github:NixOS/nixpkgs/nixos-21.11;
pkgs-personal.url = github:KnairdA/pkgs/master;
};