mirror of
https://github.com/nix-community/docker-nixpkgs.git
synced 2026-01-11 12:30:36 -05:00
add nix-flakes
This commit is contained in:
6
images/nix-flakes/default.nix
Normal file
6
images/nix-flakes/default.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ docker-nixpkgs
|
||||
, nixFlakes
|
||||
}:
|
||||
docker-nixpkgs.nix.override {
|
||||
nix = nixFlakes;
|
||||
}
|
||||
Reference in New Issue
Block a user