Add empty dev shell
This commit is contained in:
parent
3d69c0797d
commit
07bbf855c1
6 changed files with 14 additions and 7 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs ? import <nixpkgs> {} }:
|
||||
{ pkgs }:
|
||||
|
||||
pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
|
|
@ -8,6 +8,6 @@ pkgs.mkShell {
|
|||
openssl
|
||||
doxygen
|
||||
ninja
|
||||
llvmPackages_12.clang
|
||||
llvmPackages_13.clang
|
||||
];
|
||||
}
|
||||
|
|
|
|||
6
nix/empty.nix
Normal file
6
nix/empty.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{ pkgs }:
|
||||
|
||||
pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
];
|
||||
}
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs ? import <nixpkgs> {} }:
|
||||
{ pkgs ? import <nixpkgs> { } }:
|
||||
with pkgs;
|
||||
|
||||
buildGoModule rec {
|
||||
|
|
@ -12,5 +12,5 @@ buildGoModule rec {
|
|||
sha256 = "0l7w7my64yi2pig8sdxgk8049ah3n1mb2wfw858ys3gk42xqa5xh";
|
||||
};
|
||||
|
||||
vendorSha256 = "022bil46fyjsd18diw0rnab987sp1ialb48rj18ksj75ghjqkr62";
|
||||
vendorSha256 = "022bil46fyjsd18diw0rnab987sp1ialb48rj18ksj75ghjqkr62";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs ? import <nixpkgs> {} }:
|
||||
{ pkgs ? import <nixpkgs> { } }:
|
||||
|
||||
pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs ? import <nixpkgs> {} }:
|
||||
{ pkgs ? import <nixpkgs> { } }:
|
||||
|
||||
pkgs.stdenv.mkDerivation rec {
|
||||
pname = "river";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue