Switch back to nixos stable. Mirkwood wouldn't boot

This reverts commit e4e6e32b71.
This commit is contained in:
Marko Korhonen 2024-10-05 16:16:09 +03:00
parent 53886731c5
commit abcf1fbfdc
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-unstable";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
nur.url = "github:nix-community/NUR";
home-manager = {
url = "github:nix-community/home-manager/master";
url = "github:nix-community/home-manager/release-24.05";
inputs.nixpkgs.follows = "nixpkgs";
};