Skip to content

Commit 3b7f452

Browse files
committed
refactor(shells/default): Remove unused act package and unnecessary flake param
1 parent 7e510b5 commit 3b7f452

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

shells/default.nix

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
pkgs,
3-
flake,
43
inputs',
54
...
65
}:
@@ -27,14 +26,13 @@ pkgs.mkShell {
2726
repl
2827
rage
2928
inputs'.dlang-nix.packages.dub
30-
act
3129
]
3230
++ pkgs.lib.optionals (pkgs.stdenv.system == "x86_64-linux") [
3331
inputs'.dlang-nix.packages.dmd
3432
];
3533

3634
shellHook = ''
3735
export REPO_ROOT="$PWD"
38-
figlet -t "${flake.description}"
36+
figlet -t "Metacraft Nixos Modules"
3937
'';
4038
}

0 commit comments

Comments
 (0)