rainbow-planet works

This commit is contained in:
Gene Liverman 2024-06-05 00:07:36 -04:00
parent cf3f5e67a5
commit ccd6bbae07
6 changed files with 61 additions and 51 deletions

View file

@ -3,7 +3,7 @@
inputs = {
# Where we get most of our software. Giant mono repo with recipes
# called derivations that say how to build software.
nixpkgs.url = "github:nixos/nixpkgs/release-23.11";
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05";
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixpkgs-unstable";
compose2nix = {
@ -25,7 +25,7 @@
# Manages things in home directory
home-manager = {
url = "github:nix-community/home-manager/release-23.11";
url = "github:nix-community/home-manager/release-24.05";
inputs.nixpkgs.follows = "nixpkgs";
};