Change mycelium ips and upate flake

This commit is contained in:
Bun 2025-06-01 14:51:35 -04:00
parent d5605448a1
commit e5abaafa8d
3 changed files with 19 additions and 56 deletions

View file

@ -21,8 +21,6 @@
};
# Hardware specific
hardware.url = "github:NixOS/nixos-hardware";
jovian = {
url = "github:Jovian-Experiments/Jovian-NixOS";
inputs.nixpkgs.follows = "unstable";
@ -34,7 +32,10 @@
inputs.nixpkgs.follows = "stable";
};
minecraft.url = "github:Infinidoge/nix-minecraft";
minecraft = {
url = "github:Infinidoge/nix-minecraft";
inputs.nixpkgs.follows = "stable";
};
# Home inputs
hm = {
@ -48,7 +49,10 @@
};
# Specific apps
blender.url = "github:edolstra/nix-warez?dir=blender";
blender = {
url = "github:edolstra/nix-warez?dir=blender";
inputs.nixpkgs.follows = "unstable";
};
};
outputs = inputs: with inputs;