summaryrefslogtreecommitdiff
path: root/flake/dev.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-05-05 02:44:22 -0400
committerseth <[email protected]>2023-05-05 02:44:22 -0400
commit3051d75c5ebe4284a6d50f1ea2b3a2f39e01a38d (patch)
tree913db0783129b37a76a538cf9743afc2365dbee8 /flake/dev.nix
parent4f1cc719a12ed27b23f2830489db3845c36c88ed (diff)
flake: restructure a lot
Diffstat (limited to 'flake/dev.nix')
-rw-r--r--flake/dev.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/flake/dev.nix b/flake/dev.nix
index 700c795..223f1d8 100644
--- a/flake/dev.nix
+++ b/flake/dev.nix
@@ -3,7 +3,7 @@
inputs,
...
}: let
- inherit (inputs) pre-commit-hooks ragenix;
+ inherit (inputs) pre-commit-hooks;
in {
perSystem = {
pkgs,
@@ -12,7 +12,7 @@ in {
}: {
checks = {
pre-commit-check = pre-commit-hooks.lib.${system}.run {
- src = ./.;
+ src = ./..;
hooks = {
actionlint.enable = true;
alejandra.enable = true;