Replace shell.nix with a flake devShell attribute
[?]
May 8, 2019, 4:12 PM
2IGIDHNAMXYPMJDDLXXQOTUXBBA5CVJB3CRFCBZUG77EOBCXUOUACDependencies
- [2]
AVGER75Nrelease: bump to 19.03 - [3]
CCPSI3TPAdd flake.nix - [4]
UHMUHQMUhydra: fix tarball build, add pre suffix to tarballs - [5]
6A6CZ7SCdraft manual - [6]
G2ZB6464first test, not yet in buildprocess - [7]
DWQCLOPQTweaks for nix-shell - [8]
SAFVRDTK* Put Hydra's dependencies so that they can easily be installed in a - [9]
SFMN6AFQ* Include a license. - [10]
FV2M6MOThydra: use autoconf/-make - [11]
CLXEECMF* Start putting build results in a database. - [12]
X27GNHDV* Basic job info in the database. - [13]
GBCPEGYCAdd a .gitignore - [14]
NVMDS7GEAdd README.md - [15]
X7IAG7JTSimplify running nix-shell - [16]
JN7Y4DC2Add hydra status dd timeboard expression - [17]
6K5PBUUNUse buildEnv to combine Hydra's Perl dependencies - [18]
SAPEZKXHmove file and add a basic README - [19]
ICYJNJWHRevert "Move build logic for the core hydra package into its own default.nix." - [20]
UBPWXGKFMove build logic for the core hydra package into its own default.nix. - [21]
BAUP4PCKinNixShell considered harmful - [22]
T4LLYESZ* Nix expression for building Hydra. - [23]
D3MDJONY - [24]
ZL4LHHZFRemove empty files
Change contents
- file deletion: shell.nix
(import ./release.nix { shell = true; }).build.x86_64-linux - edit in flake.nix at line 20
devShell = (import ./release.nix {hydraSrc = deps.self;nixpkgs = deps.nixpkgs;shell = true;}).build.x86_64-linux; - replacement in release.nix at line 141
NIX_LDFLAGS = ["-lpthread"];NIX_LDFLAGS = [ "-lpthread" ];