chore: perform clean nimbus-build-system stuff from nix config

This commit is contained in:
Ivan Folgueira Bande 2026-02-01 17:24:00 +01:00
parent 1c904d7d88
commit a48beb9220
No known key found for this signature in database
GPG Key ID: 3C117481F89E24A7
2 changed files with 0 additions and 9 deletions

3
.gitignore vendored
View File

@ -10,9 +10,6 @@ result
sds.nims
/.update.timestamp
# Nimbus Build System
nimbus-build-system.paths
# Nimble packages
/vendor/.nimble
nimble.develop

View File

@ -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
'';