Get container overlays working again

This commit is contained in:
Greg Hellings
2024-02-13 23:58:38 -06:00
parent 90c898dcc1
commit 7c0f5b3731
4 changed files with 10 additions and 3 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
{pkgs, ... }:
{ pkgs, ... }:
{
# Enable flakes
nix = {
@@ -52,4 +52,4 @@
unzip
wget
];
}
}