adding nix shell development environment, tested
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