mirror of
https://github.com/Unkn0wnCat/dotfiles.git
synced 2025-04-28 17:36:19 +02:00
Bump NixPKGs to 24.05
This commit is contained in:
parent
6eacd2a58b
commit
49bba1f3f7
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.11";
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
|
||||
sops-nix = {
|
||||
url = github:Mic92/sops-nix;
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager/release-23.11";
|
||||
url = "github:nix-community/home-manager/release-24.05";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
stylix = {
|
||||
|
|
Loading…
Add table
Reference in a new issue