Compare commits
3 commits
324d2d94f3
...
567962144b
| Author | SHA1 | Date | |
|---|---|---|---|
| 567962144b | |||
| 6e2f45b7c7 | |||
| 30045ddd0f |
1 changed files with 2 additions and 4 deletions
|
|
@ -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.
|
||||
inherit
|
||||
deploy-rs =
|
||||
(import nixpkgs {
|
||||
inherit system;
|
||||
overlays = [
|
||||
|
|
@ -93,9 +93,7 @@
|
|||
};
|
||||
})
|
||||
];
|
||||
})
|
||||
deploy-rs
|
||||
;
|
||||
}).deploy-rs;
|
||||
in
|
||||
{
|
||||
##################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue