moved to unstable, will need to fix nixvim

This commit is contained in:
Christoph Hollizeck 2024-03-28 17:04:52 +01:00
parent 0942153409
commit 75a2f49cd4
5 changed files with 137 additions and 138 deletions

View file

@ -2,11 +2,12 @@
description = "NixOs Config";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-23.11";
# nixpkgs.url = "github:nixos/nixpkgs/nixos-23.11";
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
unstable.url = "github:nixos/nixpkgs/nixos-unstable";
home-manager = {
url = "github:nix-community/home-manager/release-23.11";
url = "github:nix-community/home-manager/master";
inputs.nixpkgs.follows = "nixpkgs";
};
@ -22,7 +23,7 @@
# The nix way of configuring vim
nixvim = {
url = "github:nix-community/nixvim?ref=nixos-23.11";
url = "github:nix-community/nixvim";
inputs.nixpkgs.follows = "nixpkgs";
};