factor meat into own repo

This commit is contained in:
atagen 2024-09-03 10:52:29 +10:00
parent 8003d9b2a6
commit ad421cea84
9 changed files with 89 additions and 515 deletions

View file

@ -26,7 +26,7 @@
registry = lib.mapAttrs (_: value: {flake = value;}) inputs;
settings = {
# trusted-users = ["bolt" "plank"];
experimental-features = "nix-command flakes";
experimental-features = ["nix-command" "flakes" "pipe-operator"];
substitute = true;
};
extraOptions = ''