Merge pull request #106 from xecarlox94/master
adding nix shell development environment
This commit is contained in:
13
default.nix
Normal file
13
default.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{ nixpkgs ? import <nixpkgs> { } }:
|
||||
|
||||
let
|
||||
pkgs = [
|
||||
nixpkgs.go
|
||||
nixpkgs.tmux
|
||||
];
|
||||
|
||||
in
|
||||
nixpkgs.stdenv.mkDerivation {
|
||||
name = "env";
|
||||
buildInputs = pkgs;
|
||||
}
|
||||
Reference in New Issue
Block a user