Browse Source

build: nix remove unused binding `self`

this was causing linting warning
master
DanConwayDev 2 years ago
parent
commit
ac3634a762
No known key found for this signature in database
GPG Key ID: 68E15486D73F75E1
  1. 3
      flake.nix

3
flake.nix

@ -9,8 +9,7 @@ @@ -9,8 +9,7 @@
};
outputs =
{ self
, nixpkgs
{ nixpkgs
, gitignore
, flake-utils
, ...

Loading…
Cancel
Save