mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 12:06:01 +01: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 ? {
|
||||
canRunInstalled = doBuild && stdenv.buildPlatform.canExecute stdenv.hostPlatform;
|
||||
}
|
||||
} @ attrs0:
|
||||
}:
|
||||
|
||||
let
|
||||
version = lib.fileContents ./.version + versionSuffix;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue