diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2021-12-15 13:49:05 +0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2021-12-15 13:49:05 +0100 |
commit | 1b6adfe18f17c90a56ab172e031d040815b3e1f3 (patch) | |
tree | 467b833beb3be13b5bc85a849d18a90d880783aa /flake.nix | |
parent | 18e4851752970f1c1de7ea56c98fcdc9b63be97f (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.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 }: |