New inputs

- `nix-serve-ng`
- `nixos-generators`
- `nixos-vscode-server`
This commit is contained in:
Andrea Ciceri 2023-04-11 23:43:13 +02:00
parent 9e1fd2b62b
commit 06d4bdd4c0
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
2 changed files with 371 additions and 142 deletions

View file

@ -31,6 +31,15 @@
comma.url = "github:nix-community/comma";
rock5b.url = "github:aciceri/rock5b-nixos";
ccrEmacs.url = "github:aciceri/emacs";
nix-serve-ng = {
url = "github:aristanetworks/nix-serve-ng";
inputs.nixpkgs.follows = "nixpkgsUnstable";
};
nixos-generators = {
url = "github:nix-community/nixos-generators";
inputs.nixpkgs.follows = "nixpkgsUnstable";
};
nixos-vscode-server.url = "github:msteen/nixos-vscode-server";
helix.url = "github:helix-editor/helix";
nil.url = "github:oxalica/nil";
nom.url = "github:maralorn/nix-output-monitor";