aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2023-09-04 08:52:56 +0200
committerSefa Eyeoglu <contact@scrumplex.net>2023-09-04 08:53:10 +0200
commit2918d61b16934980ed43fa52ead291e37a66732c (patch)
treecf1ada89e626124aa4ceb72d8057116813061675 /flake.nix
parentbbf4e3b04d98eac840134b1687aba63ec180ead0 (diff)
downloadPrismLauncher-2918d61b16934980ed43fa52ead291e37a66732c.tar.gz
PrismLauncher-2918d61b16934980ed43fa52ead291e37a66732c.tar.bz2
PrismLauncher-2918d61b16934980ed43fa52ead291e37a66732c.zip
refactor(nix): use pre-commit flake module
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 8f31ccec..d45282aa 100644
--- a/flake.nix
+++ b/flake.nix
@@ -25,6 +25,8 @@
{inherit inputs;}
{
imports = [
+ inputs.pre-commit-hooks.flakeModule
+
./nix/dev.nix
./nix/distribution.nix
];