moved to unstable, will need to fix nixvim
This commit is contained in:
parent
bf19fd4639
commit
5b8f7e03e0
5 changed files with 137 additions and 138 deletions
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue