beatific: typo
This commit is contained in:
parent
3de17049b7
commit
f44dc7880d
|
@ -35,7 +35,7 @@
|
||||||
unstable-vscode = ({ ... }: let
|
unstable-vscode = ({ ... }: let
|
||||||
pkgs = import nixpkgs-unstable { system = "x86_64-linux"; config.allowUnfree = true; };
|
pkgs = import nixpkgs-unstable { system = "x86_64-linux"; config.allowUnfree = true; };
|
||||||
in {
|
in {
|
||||||
virtualization.docker.enable = true;
|
virtualisation.docker.enable = true;
|
||||||
environment.systemPackages = [
|
environment.systemPackages = [
|
||||||
pkgs.distrobox
|
pkgs.distrobox
|
||||||
pkgs.vscode
|
pkgs.vscode
|
||||||
|
|
Loading…
Reference in New Issue