From 174678696715b707a5d9d8f610d08064f95a18c9 Mon Sep 17 00:00:00 2001 From: cnst Date: Thu, 24 Oct 2024 18:50:58 +0200 Subject: [PATCH] a small oversight --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 64ef74c3..67532bef 100644 --- a/flake.nix +++ b/flake.nix @@ -12,7 +12,7 @@ ]; perSystem = {pkgs, ...}: { - devShells = import ./system/nix/shell {inherit pkgs inputs;}; + devShells = import ./nix/shell {inherit pkgs inputs;}; formatter = pkgs.alejandra; }; };