Update Nix to 2.13

This commit is contained in:
Maximilian Bosch
2023-01-28 09:27:48 +01:00
parent 5b35e13898
commit c7716817a9
3 changed files with 12 additions and 12 deletions

View File

@ -2,7 +2,7 @@
description = "A Nix-based continuous build system";
inputs.nixpkgs.follows = "nix/nixpkgs";
inputs.nix.url = "github:NixOS/nix/2.11.0";
inputs.nix.url = "github:nixos/nix/2.13-maintenance";
outputs = { self, nixpkgs, nix }:
let