refactor(nix): pin flake-compat in default.nix

Avoids polluting downstream flake.locks

Signed-off-by: Seth Flynn <getchoo@tuta.io>
This commit is contained in:
Seth Flynn
2025-03-30 16:43:49 -04:00
parent 99852c972c
commit c367f48ec9
4 changed files with 4 additions and 52 deletions

View File

@@ -15,26 +15,6 @@
url = "github:PrismLauncher/libnbtplusplus";
flake = false;
};
/*
Inputs below this are optional and can be removed
```
{
inputs.prismlauncher = {
url = "github:PrismLauncher/PrismLauncher";
inputs = {
flake-compat.follows = "";
};
};
}
```
*/
flake-compat = {
url = "github:edolstra/flake-compat";
flake = false;
};
};
outputs =