fix: silly missing ;

This commit is contained in:
Ashhhleyyy 2023-10-13 17:23:08 +01:00
parent 247a53e5c6
commit a4be830216
Signed by: ash
GPG key ID: 83B789081A0878FB

View file

@ -26,7 +26,7 @@
vscode-extensions = {
url = "github:nix-community/nix-vscode-extensions";
inputs.nixpkgs.follows = "nixpkgs-unstable";
}
};
};
outputs = { self, nixpkgs-stable, nixpkgs-unstable, fsh, home-manager-unstable, nixos-generators, vscode-extensions, ... }: