Unstable versions bc I'm cutting me on that edge

This commit is contained in:
Lillian Violet 2023-10-23 17:32:58 +02:00
parent 46c92e19be
commit 44685b7f8b
3 changed files with 5 additions and 5 deletions

View file

@ -3,7 +3,7 @@
inputs = {
# Nixpkgs
nixpkgs.url = "github:nixos/nixpkgs/nixos-23.05";
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
sops-nix.url = "github:Mic92/sops-nix";
# You can access packages and modules from different nixpkgs revs
# at the same time. Here's an working example:
@ -11,7 +11,7 @@
# Also see the 'unstable-packages' overlay at 'overlays/default.nix'.
# Home manager
home-manager.url = "github:nix-community/home-manager/release-23.05";
home-manager.url = "github:nix-community/home-manager/release-23.11";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
# Add any other flake you might need

View file

@ -18,7 +18,7 @@
# You can also split up your configuration and import pieces of it here:
# ./nvim.nix
];
];23.05
nixpkgs = {
# You can add overlays here
@ -192,5 +192,5 @@
systemd.user.startServices = "sd-switch";
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
home.stateVersion = "23.05";
home.stateVersion = "23.11";
}

View file

@ -166,5 +166,5 @@
environment.pathsToLink = ["/share/zsh"];
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
system.stateVersion = "23.05";
system.stateVersion = "unstable";
}