mirror of
https://github.com/TECHNOFAB11/disko.git
synced 2026-02-02 17:35:08 +01:00
pin nixpkgs again
This commit is contained in:
parent
935feb7496
commit
236e08da9c
2 changed files with 31 additions and 2 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue