Re-update to unstable

This commit is contained in:
iFargle 2023-12-13 21:41:41 +09:00
parent 09e9140850
commit d7f698d3fb

View file

@ -1,7 +1,7 @@
{ {
description = "NixOS System Config"; description = "NixOS System Config";
inputs = { inputs = {
nixpkgs.url = "nixpkgs/nixos-23.11"; nixpkgs.url = "nixpkgs/nixos-unstable";
# nixpkgs-wayland - Wayland-specific packages not in nixpkgs # nixpkgs-wayland - Wayland-specific packages not in nixpkgs
nixpkgs-wayland.url = "github:nix-community/nixpkgs-wayland"; nixpkgs-wayland.url = "github:nix-community/nixpkgs-wayland";
# home-manager - Dotfile mnagement - add /master at the end to pull from master # home-manager - Dotfile mnagement - add /master at the end to pull from master
@ -38,7 +38,7 @@
let let
inherit (self) outputs; inherit (self) outputs;
# To move back to unstable, set this to 'unstable' and mae the nkxpkgs url = "nixpkgs/nixos-unstable" # To move back to unstable, set this to 'unstable' and mae the nkxpkgs url = "nixpkgs/nixos-unstable"
stateVersion = "23.11"; stateVersion = "unstable";
# If you move back to Unstable, set this to the latest version available and add /master to the hm url above # If you move back to Unstable, set this to the latest version available and add /master to the hm url above
hmStateVersion = "23.11"; hmStateVersion = "23.11";
libx = import ./lib { inherit self inputs outputs stateVersion hmStateVersion; }; libx = import ./lib { inherit self inputs outputs stateVersion hmStateVersion; };