add cachix-flakes image

This commit is contained in:
zimbatm 2020-07-07 12:09:37 +02:00
parent 9519ca2731
commit 061bb32ed2
No known key found for this signature in database
GPG key ID: 71BAF6D40C1D63D7
3 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1,6 @@
{ docker-nixpkgs
, nixFlakes
}:
docker-nixpkgs.cachix.override {
nix = nixFlakes;
}