mirror of
https://github.com/nix-community/naersk
synced 2024-11-24 20:53:04 +00:00
Fix typo and add target to .gitignore
This commit is contained in:
parent
ec031156ca
commit
ebde51ec0e
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
|||
docparse/target
|
||||
target
|
||||
/flake.lock
|
||||
result*
|
||||
|
|
|
@ -356,7 +356,7 @@ let
|
|||
if builtins.pathExists cargolock-file then
|
||||
readTOML (cargolock-file)
|
||||
else
|
||||
throw "Naersk requires Cargo.lock to be available in root. Check that it is not in .gitignore and stage it when using git to filer (which flakes does)";
|
||||
throw "Naersk requires Cargo.lock to be available in root. Check that it is not in .gitignore and stage it when using git to filter sources (which flakes does)";
|
||||
|
||||
packageName =
|
||||
if ! isNull attrs.name
|
||||
|
|
Loading…
Reference in a new issue