Update Nix to 2.6

This commit is contained in:
Maximilian Bosch
2022-02-06 15:05:15 +01:00
parent 85b842e0ac
commit 5ae26aa760
3 changed files with 34 additions and 13 deletions

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