flake.nix: set nix to 2.6.0

This commit is contained in:
Graham Christensen 2022-03-29 15:29:33 -04:00
parent fd3690a0c1
commit 20a8437094

View file

@ -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