Skip to content

Commit

Permalink
Revert "update flake.nix to 21.11"
Browse files Browse the repository at this point in the history
This reverts commit ad9322a because
it breaks hydraJobs.buildStatic.* and the evaluation of some tests.
  • Loading branch information
edolstra committed Dec 15, 2021
1 parent 18e4851 commit 1b6adfe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
@@ -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 }:
Expand Down

0 comments on commit 1b6adfe

Please sign in to comment.