mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-14 18:26:16 +02:00
fix derivation names
This commit is contained in:
parent
2b1349ac18
commit
00ca8e9bd8
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
||||||
# work. The top-level flake.nix will choose useful combinations of these
|
# work. The top-level flake.nix will choose useful combinations of these
|
||||||
# options to CI.
|
# options to CI.
|
||||||
|
|
||||||
, pname ? "nix"
|
, pname ? "nix-super"
|
||||||
|
|
||||||
, versionSuffix ? ""
|
, versionSuffix ? ""
|
||||||
, officialRelease ? false
|
, officialRelease ? false
|
||||||
|
|
Loading…
Reference in a new issue