Can't do that I guess
This commit is contained in:
parent
3d7540e3d0
commit
860849935a
|
@ -14,14 +14,7 @@
|
|||
pkgs = import nixpkgs {inherit system;};
|
||||
});
|
||||
in {
|
||||
devShells = forEachSupportedSystem ({
|
||||
pkgs,
|
||||
#config,
|
||||
}: {
|
||||
# virtualisation.podman = {
|
||||
# enable = true;
|
||||
# dockerCompat = true;
|
||||
# };
|
||||
devShells = forEachSupportedSystem ({pkgs}: {
|
||||
default = pkgs.mkShell {
|
||||
packages = with pkgs; [podman podman-compose];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue