move system to unstable

This commit is contained in:
Felix Suchert 2024-02-22 10:20:35 +01:00
parent 6ece5c412e
commit c12e305110
Signed by: feliix42
GPG key ID: 24363525EA0E8A99

View file

@ -2,7 +2,8 @@
description = "NixOS configuration";
inputs = {
nixpkgs.url = "nixpkgs/nixos-23.11";
nixpkgs.url = "nixpkgs/nixos-unstable";
# nixpkgs.url = "nixpkgs/nixos-23.11";
unstable.url = "nixpkgs/nixos-unstable";
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
#home-manager = {