From 47907310d90e3c637678f889faec3ff9f5df5f98 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Thu, 20 Oct 2022 14:18:17 -0400 Subject: [PATCH] fix(devshell): revert nix flake check improvement Digga requires `devshell` as part of its handling. --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index c925feb..fc8c65a 100644 --- a/flake.nix +++ b/flake.nix @@ -193,7 +193,7 @@ }; }; - devshells.x86_64-linux.default = ./shell; + devshell = ./shell; homeConfigurations = digga.lib.mkHomeConfigurations self.nixosConfigurations;