switch from git submodules to flake inputs
This commit is contained in:
parent
6e8e4b9fda
commit
57b8ae3424
9 changed files with 86 additions and 35 deletions
|
|
@ -1,12 +1,12 @@
|
|||
{ muvm, libkrun, systemd, rustPlatform }:
|
||||
{ muvm, libkrun, muvm-src, systemd, rustPlatform }:
|
||||
|
||||
(muvm.override {
|
||||
libkrun = libkrun;
|
||||
}).overrideAttrs (old: {
|
||||
postPatch = ""; # no more sysctl; udevd now takes the var anyway; XXX: fex
|
||||
MUVM_UDEVD_PATH = "${systemd}/lib/systemd/systemd-udevd";
|
||||
src = ../../muvm;
|
||||
src = muvm-src;
|
||||
cargoDeps = rustPlatform.importCargoLock {
|
||||
lockFile = ../../muvm/Cargo.lock;
|
||||
lockFile = "${muvm-src}/Cargo.lock";
|
||||
};
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue