use proper nix pkgs url
This commit is contained in:
parent
53fbf238b4
commit
545b3d492f
2 changed files with 8 additions and 7 deletions
|
@ -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]`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue