use proper nix pkgs url

This commit is contained in:
RingOfStorms (Joshua Bell) 2024-05-02 18:33:24 -05:00
parent 53fbf238b4
commit 545b3d492f
2 changed files with 8 additions and 7 deletions

View file

@ -2,7 +2,7 @@
description = "RingOfStorms's Neovim configuration using nix flake for portability";
# Nixpkgs / NixOS version to use.
inputs = {
nixpkgs.url = "nixpkgs/nixos-unstable";
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
flake-utils.url = "github:numtide/flake-utils";
# Names should always be `nvim_plugin-[lazy plugin name]`