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