From 236e08da9c2a123ae746ffc4b55dc311cf62ea29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Fri, 23 Dec 2022 17:25:47 +0100 Subject: pin nixpkgs again --- flake.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 0344eb0..cd22b53 100644 --- a/flake.nix +++ b/flake.nix @@ -1,8 +1,10 @@ { description = "Disko - declarative disk partitioning"; - # don't lock to give precedence to a USB live-installer's registry - inputs.nixpkgs.url = "nixpkgs"; + # FIXME: in future we don't want lock here to give precedence to a USB live-installer's registry, + # but garnix currently does not allow this. + #inputs.nixpkgs.url = "nixpkgs"; + inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; outputs = { self, nixpkgs, ... }: let supportedSystems = [ -- cgit v1.2.3