flake.nix: switch back to nixos-unstable for nixpkgs

This commit is contained in:
Gaetan Lepage 2024-02-19 22:21:25 +01:00 committed by Gaétan Lepage
parent a29a6d8f92
commit e76acb65b3
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
description = "A neovim configuration system for NixOS";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
home-manager = {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";