mirror of
https://github.com/logos-messaging/nim-sds.git
synced 2026-05-18 07:59:54 +00:00
chore: perform clean nimbus-build-system stuff from nix config
This commit is contained in:
parent
1c904d7d88
commit
a48beb9220
3
.gitignore
vendored
3
.gitignore
vendored
@ -10,9 +10,6 @@ result
|
||||
sds.nims
|
||||
/.update.timestamp
|
||||
|
||||
# Nimbus Build System
|
||||
nimbus-build-system.paths
|
||||
|
||||
# Nimble packages
|
||||
/vendor/.nimble
|
||||
nimble.develop
|
||||
|
||||
@ -58,12 +58,6 @@ in stdenv.mkDerivation rec {
|
||||
"USE_SYSTEM_NIM=1"
|
||||
];
|
||||
|
||||
configurePhase = ''
|
||||
patchShebangs . vendor/nimbus-build-system > /dev/null
|
||||
make nimbus-build-system-paths
|
||||
make nimbus-build-system-nimble-dir
|
||||
'';
|
||||
|
||||
preBuild = ''
|
||||
ln -s sds.nimble sds.nims
|
||||
'';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user