summaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2022-12-23 17:25:47 +0100
committerJörg Thalheim <joerg@thalheim.io>2022-12-23 17:25:47 +0100
commit236e08da9c2a123ae746ffc4b55dc311cf62ea29 (patch)
tree53910d4a5dda02a48c4120782b5245e40abd644d /flake.nix
parent935feb7496cbf96119f1eeb951f258c1550b3273 (diff)
pin nixpkgs again
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 = [