aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2021-12-03 18:36:33 +0100
committerJörg Thalheim <joerg@thalheim.io>2021-12-03 18:46:09 +0100
commitad9322a48fce955fb30b111b0fb5c3b8007a6e2e (patch)
tree760cd27fa5500ebc7776ae13baba32269fee239d
parent2e606e87c44a8dc42664f8938eac1d4b63047dd6 (diff)
update flake.nix 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 861af1c54..5fb200248 100644
--- a/flake.lock
+++ b/flake.lock
@@ -18,16 +18,16 @@
},
"nixpkgs": {
"locked": {
- "lastModified": 1632864508,
- "narHash": "sha256-d127FIvGR41XbVRDPVvozUPQ/uRHbHwvfyKHwEt5xFM=",
+ "lastModified": 1638501222,
+ "narHash": "sha256-tgOZW/rLcB4P7iffx88K3iF70YH+44PtV6kVg5YGIg0=",
"owner": "NixOS",
"repo": "nixpkgs",
- "rev": "82891b5e2c2359d7e58d08849e4c89511ab94234",
+ "rev": "45c527ae2de6f2f36d5790273343f06cd14bc0d1",
"type": "github"
},
"original": {
"id": "nixpkgs",
- "ref": "nixos-21.05-small",
+ "ref": "nixos-21.11-small",
"type": "indirect"
}
},
diff --git a/flake.nix b/flake.nix
index 9a5d188ae..942388ab4 100644
--- a/flake.nix
+++ b/flake.nix
@@ -1,7 +1,7 @@
{
description = "The purely functional package manager";
- inputs.nixpkgs.url = "nixpkgs/nixos-21.05-small";
+ inputs.nixpkgs.url = "nixpkgs/nixos-21.11-small";
inputs.lowdown-src = { url = "github:kristapsdz/lowdown"; flake = false; };
outputs = { self, nixpkgs, lowdown-src }: