🧹 remove unneeded inputs

This commit is contained in:
Moritz Böhme 2022-08-20 14:11:56 +02:00
parent 33b21c2bde
commit 1a438c7cdf
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
4 changed files with 1 additions and 20 deletions

View file

@ -12,5 +12,4 @@
inherit (prev) system;
config.allowUnfree = true;
};
nur = import inputs.nur { inherit (prev) system; };
}