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 @@
}; };
outputs = outputs =
{ self { nixpkgs
, nixpkgs
, gitignore , gitignore
, flake-utils , flake-utils
, ... , ...

Loading…
Cancel
Save