mirror of
https://github.com/Unkn0wnCat/dotfiles.git
synced 2025-05-02 11:25:53 +02:00
Bump nixpkgs to 23.11
This commit is contained in:
parent
2ceafc5e58
commit
f69ef5b4cf
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
|||
description = "Kevin's NixOS configurations";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05";
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";
|
||||
sops-nix = {
|
||||
url = github:Mic92/sops-nix;
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager/release-23.05";
|
||||
url = "github:nix-community/home-manager/release-23.11";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
stylix = {
|
||||
|
|
Loading…
Add table
Reference in a new issue