Merge branch 'main' of github.com:fwastring/nix

This commit is contained in:
fwastring 2025-07-29 09:09:10 +02:00
commit c680c2503a
2 changed files with 4 additions and 1 deletions

View file

@ -12,7 +12,7 @@
environment.systemPackages = with pkgs; [
nixd
gopls
unstable.neovim
inputs.neovim-nightly-overlay.packages.${pkgs.system}.default
omnisharp-roslyn
nodePackages.vscode-json-languageserver
tailwindcss-language-server

View file

@ -7,6 +7,9 @@
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
fw-pkgs.url = "github:fwastring/fwpkgs/main";
# Neovim
neovim-nightly-overlay.url = "github:nix-community/neovim-nightly-overlay";
# Home manager
home-manager.url = "github:nix-community/home-manager/release-25.05";
home-manager.inputs.nixpkgs.follows = "nixpkgs";