From f44dc7880d1916485dd914e5c7ba6e1cf5fb0fd0 Mon Sep 17 00:00:00 2001 From: Tim Van Baak Date: Fri, 16 Aug 2024 19:45:18 -0700 Subject: [PATCH] beatific: typo --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 2a73bca..54a29d4 100644 --- a/flake.nix +++ b/flake.nix @@ -35,7 +35,7 @@ unstable-vscode = ({ ... }: let pkgs = import nixpkgs-unstable { system = "x86_64-linux"; config.allowUnfree = true; }; in { - virtualization.docker.enable = true; + virtualisation.docker.enable = true; environment.systemPackages = [ pkgs.distrobox pkgs.vscode