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]
D3MDJONY - [5]
GBCPEGYCAdd a .gitignore - [6]
DWQCLOPQTweaks for nix-shell - [7]
X7IAG7JTSimplify running nix-shell - [8]
JN7Y4DC2Add hydra status dd timeboard expression - [9]
UHMUHQMUhydra: fix tarball build, add pre suffix to tarballs - [10]
UBPWXGKFMove build logic for the core hydra package into its own default.nix. - [11]
BAUP4PCKinNixShell considered harmful - [12]
G2ZB6464first test, not yet in buildprocess - [13]
X27GNHDV* Basic job info in the database. - [14]
6A6CZ7SCdraft manual - [15]
ZL4LHHZFRemove empty files - [16]
ICYJNJWHRevert "Move build logic for the core hydra package into its own default.nix." - [17]
FV2M6MOThydra: use autoconf/-make - [18]
SAPEZKXHmove file and add a basic README - [19]
SAFVRDTK* Put Hydra's dependencies so that they can easily be installed in a - [20]
6K5PBUUNUse buildEnv to combine Hydra's Perl dependencies - [21]
CLXEECMF* Start putting build results in a database. - [22]
T4LLYESZ* Nix expression for building Hydra. - [23]
NVMDS7GEAdd README.md - [24]
SFMN6AFQ* Include a license.
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" ];