Compare commits
3 commits
567962144b
...
324d2d94f3
| Author | SHA1 | Date | |
|---|---|---|---|
| 324d2d94f3 | |||
| 016ae5ec54 | |||
| 92b257e1af |
1 changed files with 4 additions and 2 deletions
|
|
@ -81,7 +81,7 @@
|
||||||
# deploy-rs unfortunately uses an `import nixpkgs`, and its
|
# deploy-rs unfortunately uses an `import nixpkgs`, and its
|
||||||
# library functions depend on an instantiated nixpkgs, so we
|
# library functions depend on an instantiated nixpkgs, so we
|
||||||
# can't get around multi-nixpkgs-eval.
|
# can't get around multi-nixpkgs-eval.
|
||||||
deploy-rs =
|
inherit
|
||||||
(import nixpkgs {
|
(import nixpkgs {
|
||||||
inherit system;
|
inherit system;
|
||||||
overlays = [
|
overlays = [
|
||||||
|
|
@ -93,7 +93,9 @@
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
}).deploy-rs;
|
})
|
||||||
|
deploy-rs
|
||||||
|
;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
##################
|
##################
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue