Compare commits

..

3 commits

View file

@ -81,7 +81,7 @@
# deploy-rs unfortunately uses an `import nixpkgs`, and its
# library functions depend on an instantiated nixpkgs, so we
# can't get around multi-nixpkgs-eval.
deploy-rs =
inherit
(import nixpkgs {
inherit system;
overlays = [
@ -93,7 +93,9 @@
};
})
];
}).deploy-rs;
})
deploy-rs
;
in
{
##################