add cachix-flakes image
This commit is contained in:
parent
9519ca2731
commit
061bb32ed2
3 changed files with 9 additions and 0 deletions
6
images/cachix-flakes/default.nix
Normal file
6
images/cachix-flakes/default.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ docker-nixpkgs
|
||||
, nixFlakes
|
||||
}:
|
||||
docker-nixpkgs.cachix.override {
|
||||
nix = nixFlakes;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue