summaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix6
1 files changed, 4 insertions, 2 deletions
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 = [