shell.nix: delete
Using the flake you can get the same result by running the command: nix develop
This commit is contained in:
parent
f1d0153bf6
commit
0fbf28a15f
1 changed files with 0 additions and 10 deletions
10
shell.nix
10
shell.nix
|
@ -1,10 +0,0 @@
|
|||
{ pkgs ? import <nixpkgs> {} }:
|
||||
pkgs.mkShell {
|
||||
nativeBuildInputs = with pkgs.buildPackages; [
|
||||
bmake
|
||||
clang
|
||||
|
||||
lua53Packages.ldoc
|
||||
];
|
||||
shellHook = "alias make=bmake";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue