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

View file

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