add nix-flakes

This commit is contained in:
zimbatm 2020-02-07 21:34:30 +01:00
parent b749d9b211
commit 1305bc0290
No known key found for this signature in database
GPG key ID: 71BAF6D40C1D63D7
2 changed files with 7 additions and 0 deletions

View file

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