fix: silly missing ;
This commit is contained in:
parent
247a53e5c6
commit
a4be830216
1 changed files with 1 additions and 1 deletions
|
@ -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, ... }:
|
||||
|
|
Loading…
Reference in a new issue