flake.nix: temporarily switch to nixpkgs-unstable

This commit is contained in:
Gaetan Lepage 2024-02-18 22:43:51 +01:00 committed by Gaétan Lepage
parent 9a14b26e7c
commit 1a3b4a1829
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/nixos-unstable";
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
home-manager = {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";