jesse what the fuck are you doing

This commit is contained in:
caem 2025-01-23 15:23:28 +01:00
parent 0fa06d646f
commit 0977d07134
Signed by: caem
GPG key ID: 69A830D03203405F
2 changed files with 6 additions and 5 deletions

View file

@ -1,5 +1,3 @@
{ inputs }:
(final: prev: {
{ inputs }: final: prev: {
unstable = inputs.nixpkgs-unstable.legacyPackages.${prev.system};
})
(builtins.filter (file: builtins.match "(.*.nix)" (builtins.toString file) != null) (lib.filesystem.listFilesRecursive ./.))
}