mirror of
https://github.com/NixOS/nix.git
synced 2024-11-25 16:23:02 +00:00
flake.nix: Delete uneeded attrs0
binding
This commit is contained in:
parent
f10f0f1b50
commit
bf5804d46a
@ -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…
Reference in New Issue
Block a user