Switch to nxos unstable

This commit is contained in:
Marko Korhonen 2024-10-05 13:47:51 +03:00
parent 02a4922203
commit e4e6e32b71
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
2 changed files with 10 additions and 10 deletions

View file

@ -2,11 +2,11 @@
description = "FunctionalHacker's NixOS config";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nur.url = "github:nix-community/NUR";
home-manager = {
url = "github:nix-community/home-manager/release-24.05";
url = "github:nix-community/home-manager/master";
inputs.nixpkgs.follows = "nixpkgs";
};