We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e36b81 commit 494fbf2Copy full SHA for 494fbf2
3 files changed
devenv.nix
@@ -32,7 +32,9 @@ in {
32
nixseparatedebuginfod = prev.nixseparatedebuginfod2 or prev.nixseparatedebuginfod or null;
33
})
34
];
35
-
+ enterShell = ''
36
+ echo "Welcome to the devenv shell!"
37
+ '';
38
# Workaround for devenv bug: process-compose.nix accesses configFile
39
# before checking if enable is true. Provide a dummy value.
40
# process.managers.process-compose.enable = lib.mkForce false;
nix/flake/devenv.nix
@@ -0,0 +1 @@
1
+import ./modules/devenv
nix/flake/modules/devenv.nix
+import ./default.nix
0 commit comments