First night hacking
This commit is contained in:
parent
73f023d269
commit
754a0c425c
8 changed files with 209 additions and 0 deletions
8
shell.nix
Normal file
8
shell.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
let
|
||||
pkgs = import <nixpkgs> {};
|
||||
in
|
||||
pkgs.mkShellNoCC {
|
||||
packages = with pkgs; [
|
||||
gnumake
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue