release.nix -> default.nix
the default should be to build all the images
This commit is contained in:
parent
987c5c9460
commit
f90912f967
9 changed files with 19 additions and 19 deletions
8
pkgs.nix
Normal file
8
pkgs.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
import <nixpkgs> {
|
||||
# docker images run on Linux
|
||||
system = "x86_64-linux";
|
||||
config = {};
|
||||
overlays = [
|
||||
(import ./overlay.nix)
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue