Merge pull request #256 from numtide/chore/update-nix-vm-test
Update nix-vm-test
This commit is contained in:
commit
c64d185d2c
3 changed files with 50 additions and 50 deletions
|
|
@ -141,7 +141,7 @@ System Manager is currently only supported on NixOS and Ubuntu. However, it can
|
|||
}
|
||||
```
|
||||
|
||||
> \[!WARNING\]
|
||||
> [!WARNING]
|
||||
> This is unsupported and untested. Use at your own risk.
|
||||
|
||||
## Commercial support
|
||||
|
|
|
|||
|
|
@ -21,8 +21,8 @@
|
|||
);
|
||||
nix-vm-test-lib =
|
||||
let
|
||||
rev = "f01e096295c8ace5f367985e323e3263eb7f9434";
|
||||
sha256 = "sha256:11gqxnhdrpb025wybbb0wmpy2xzjaa6ncs55zbw8i2nzchkzrfvh";
|
||||
rev = "e34870b8dd2c2d203c05b4f931b8c33eaaf43b81";
|
||||
sha256 = "sha256:1qp1fq96kv9i1nj20m25057pfcs1b1c9bj4502xy7gnw8caqr30d";
|
||||
in
|
||||
"${
|
||||
builtins.fetchTarball {
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ let
|
|||
'';
|
||||
};
|
||||
in
|
||||
runCommand "system-manager"
|
||||
runCommand "system-manager"
|
||||
{
|
||||
nativeBuildInputs = [ makeBinaryWrapper ];
|
||||
passthru = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue