aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorseth <getchoo@tuta.io>2023-09-09 15:10:15 -0400
committerseth <getchoo@tuta.io>2023-09-09 15:25:41 -0400
commit10192c540b85999c9a5cd075d695d1a4298ff9e5 (patch)
tree96049becf8a26cc4efbb8d37af1fb22aadd73300 /flake.nix
parent6aa821df9c5cb2cd79e03ddad043ab49acfdd5a3 (diff)
downloadPrismLauncher-10192c540b85999c9a5cd075d695d1a4298ff9e5.tar.gz
PrismLauncher-10192c540b85999c9a5cd075d695d1a4298ff9e5.tar.bz2
PrismLauncher-10192c540b85999c9a5cd075d695d1a4298ff9e5.zip
feat(nix): add source filtering
this - along with garnix - should mostly eliminate unneeded (re)builds Signed-off-by: seth <getchoo@tuta.io>
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index a58d66fb..afb0ec63 100644
--- a/flake.nix
+++ b/flake.nix
@@ -4,6 +4,7 @@
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
flake-parts.url = "github:hercules-ci/flake-parts";
+ nix-filter.url = "github:numtide/nix-filter";
pre-commit-hooks = {
url = "github:cachix/pre-commit-hooks.nix";
inputs.nixpkgs.follows = "nixpkgs";