chore(nix): hide nix directory (#1579)

This commit is contained in:
a-kenji 2022-07-10 15:31:41 +02:00 committed by GitHub
parent ea3d73c105
commit 47540d7cab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 1 additions and 1 deletions

View file

@ -13,5 +13,5 @@
crate2nix.flake = false;
};
outputs = {...} @ args: import ./nix args;
outputs = {...} @ args: import ./.nix args;
}