mirror of
https://github.com/NixOS/nix
synced 2025-06-25 19:01:16 +02:00
flake.nix: Delete uneeded attrs0
binding
This commit is contained in:
parent
f10f0f1b50
commit
bf5804d46a
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@
|
||||||
, __forDefaults ? {
|
, __forDefaults ? {
|
||||||
canRunInstalled = doBuild && stdenv.buildPlatform.canExecute stdenv.hostPlatform;
|
canRunInstalled = doBuild && stdenv.buildPlatform.canExecute stdenv.hostPlatform;
|
||||||
}
|
}
|
||||||
} @ attrs0:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = lib.fileContents ./.version + versionSuffix;
|
version = lib.fileContents ./.version + versionSuffix;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue