rever to stable, having issues with unstable

This commit is contained in:
RingOfStorms (Josh) 2024-10-03 21:24:19 -05:00
parent 52c1ffd730
commit 7b19000a8f
2 changed files with 5 additions and 5 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 = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05";
rust-overlay = {
url = "github:oxalica/rust-overlay";