aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2021-12-14 00:01:12 +0100
committerEelco Dolstra <edolstra@gmail.com>2021-12-14 00:01:12 +0100
commit02cf49288ab24587462f5be7a628ecf9c21265f6 (patch)
tree13afeae0fc6900bfe0a93923179600180c6f7f3a
parent95bd5da341aec4b99f4719d1b1ab2343ee14fad7 (diff)
parentad9322a48fce955fb30b111b0fb5c3b8007a6e2e (diff)
Merge branch 'nixos-21.11' of https://github.com/Mic92/nix-1
-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 }: