aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2021-12-15 13:49:05 +0100
committerEelco Dolstra <edolstra@gmail.com>2021-12-15 13:49:05 +0100
commit1b6adfe18f17c90a56ab172e031d040815b3e1f3 (patch)
tree467b833beb3be13b5bc85a849d18a90d880783aa /flake.nix
parent18e4851752970f1c1de7ea56c98fcdc9b63be97f (diff)
Revert "update flake.nix to 21.11"
This reverts commit ad9322a48fce955fb30b111b0fb5c3b8007a6e2e because it breaks hydraJobs.buildStatic.* and the evaluation of some tests.
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 942388ab4..9a5d188ae 100644
--- a/flake.nix
+++ b/flake.nix
@@ -1,7 +1,7 @@
{
description = "The purely functional package manager";
- inputs.nixpkgs.url = "nixpkgs/nixos-21.11-small";
+ inputs.nixpkgs.url = "nixpkgs/nixos-21.05-small";
inputs.lowdown-src = { url = "github:kristapsdz/lowdown"; flake = false; };
outputs = { self, nixpkgs, lowdown-src }: