We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6091704 commit 60dfa85Copy full SHA for 60dfa85
shell.nix
@@ -1,4 +1,7 @@
1
-{
+{inputs, ...}: {
2
+ imports = [
3
+ inputs.make-shell.flakeModules.default
4
+ ];
5
perSystem = {
6
pkgs,
7
inputs',
0 commit comments