build(nix): drop rust-overlay
nixpkgs works well enough and gives us a good buffer in dealing with compiler regressions
This commit is contained in:
parent
3ca7323414
commit
0b6be71c48
4 changed files with 14 additions and 71 deletions
9
nix/containerize.nix
Normal file
9
nix/containerize.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ lib, dockerTools }:
|
||||
refraction:
|
||||
|
||||
dockerTools.buildLayeredImage {
|
||||
name = "refraction";
|
||||
tag = "latest-${refraction.passthru.dockerArchitecture}";
|
||||
config.Cmd = [ (lib.getExe refraction) ];
|
||||
architecture = refraction.passthru.dockerArchitecture;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue