Change mycelium ips and upate flake
This commit is contained in:
parent
d5605448a1
commit
e5abaafa8d
3 changed files with 19 additions and 56 deletions
12
flake.nix
12
flake.nix
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue