Flake: overlays removal leftovers.

I forgot to remove an instance of the nixpkgs overlay I removed two
commits ago…
This commit is contained in:
Félix Baylac Jacqué 2022-12-22 19:14:23 +01:00
parent 37d4a1b248
commit 3876bce7a1
No known key found for this signature in database
GPG Key ID: EFD315F31848DBA4
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@
forAllSystems = f: nixpkgs.lib.genAttrs systems (system: f system);
pkgs = system: import nixpkgs {
inherit system;
overlays = [ self.overlays.default ];
};
in
{