mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
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:
parent
99852c972c
commit
c367f48ec9
4 changed files with 4 additions and 52 deletions
|
|
@ -44,9 +44,6 @@ Example:
|
|||
# Note that this may break the reproducibility mentioned above, and you might not be able to access the binary cache
|
||||
#
|
||||
# inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
# This is not required for Flakes
|
||||
inputs.flake-compat.follows = "";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -92,9 +89,6 @@ Example:
|
|||
# Note that this may break the reproducibility mentioned above, and you might not be able to access the binary cache
|
||||
#
|
||||
# inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
# This is not required for Flakes
|
||||
inputs.flake-compat.follows = "";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue