forked from lix-project/hydra
flake.nix: set nix to 2.6.0
This commit is contained in:
parent
fd3690a0c1
commit
20a8437094
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
description = "A Nix-based continuous build system";
|
||||
|
||||
inputs.nixpkgs.follows = "nix/nixpkgs";
|
||||
inputs.nix.url = github:NixOS/nix/2.6.0;
|
||||
|
||||
outputs = { self, nixpkgs, nix }:
|
||||
let
|
||||
|
|
Loading…
Reference in a new issue