Add nix shell and direnv config
This commit is contained in:
parent
5260f0aeab
commit
3b75b5af7d
2 changed files with 10 additions and 0 deletions
9
shell.nix
Normal file
9
shell.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
let
|
||||
pkgs = import <nixpkgs> { config = {}; overlays = []; };
|
||||
in
|
||||
pkgs.mkShellNoCC {
|
||||
packages = with pkgs; [
|
||||
gnumake
|
||||
lilypond
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue