flake.nix: Delete uneeded `attrs0` binding

This commit is contained in:
John Ericson 2023-12-13 20:41:41 +00:00
parent f10f0f1b50
commit bf5804d46a
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@
, __forDefaults ? {
canRunInstalled = doBuild && stdenv.buildPlatform.canExecute stdenv.hostPlatform;
}
} @ attrs0:
}:
let
version = lib.fileContents ./.version + versionSuffix;