This commit is contained in:
parent
215fa0f3b9
commit
761c42d982
2 changed files with 8 additions and 3 deletions
|
|
@ -21,6 +21,12 @@
|
|||
"nixos-latest:docker://nixos/nix:latest"
|
||||
"native:host"
|
||||
];
|
||||
|
||||
hostPackages = with pkgs; [
|
||||
# besoin pour checkout
|
||||
nodejs
|
||||
nix
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue