add nix-flakes

This commit is contained in:
zimbatm
2020-02-07 21:34:30 +01:00
parent b749d9b211
commit 1305bc0290
2 changed files with 7 additions and 0 deletions

View File

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