Skip to content
This repository was archived by the owner on Sep 3, 2025. It is now read-only.

Commit 4d5a383

Browse files
committed
upd devshell
1 parent 17692e2 commit 4d5a383

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

flake.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
let
2222
pkgs = inputs.nixpkgs.legacyPackages.${system};
2323
inherit (inputs.codium.lib.${system}) writeSettingsJSON mkCodium;
24-
inherit (inputs.drv-tools.lib.${system}) mkShellApps mkBin;
24+
inherit (inputs.drv-tools.lib.${system}) mkShellApps getExe;
2525
inherit (inputs.flakes-tools.lib.${system}) mkFlakesTools;
2626
inherit (inputs.codium.lib.${system}) extensions settingsNixCommon extensionsCommon;
2727
inherit (inputs.devshell.lib.${system}) mkShell mkRunCommands;
@@ -56,6 +56,7 @@
5656
commands =
5757
mkRunCommands "ide" { "codium ." = packages.codium; inherit (packages) writeSettings; }
5858
++ mkRunCommands "infra" { inherit (packages) writeWorkflows pushToCachix updateLocks; }
59+
++ mkRunCommands "project" { inherit (packages) back front; }
5960
;
6061
};
6162
in

0 commit comments

Comments
 (0)