Update flake, remove unnecessary inputs
This commit is contained in:
parent
bafaac437d
commit
12ef77dc6c
759
flake.lock
generated
759
flake.lock
generated
File diff suppressed because it is too large
Load Diff
45
flake.nix
45
flake.nix
@ -37,53 +37,14 @@
|
|||||||
inputs.hyprland.follows = "hyprland";
|
inputs.hyprland.follows = "hyprland";
|
||||||
};
|
};
|
||||||
|
|
||||||
#### Iogamaster inputs
|
|
||||||
nixos-generators.url = "github:nix-community/nixos-generators";
|
|
||||||
nixos-generators.inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
|
|
||||||
# For nixd
|
|
||||||
flake-compat = {
|
|
||||||
url = "github:inclyc/flake-compat";
|
|
||||||
flake = false;
|
|
||||||
};
|
|
||||||
|
|
||||||
nix-darwin.url = "github:LnL7/nix-darwin";
|
|
||||||
nix-darwin.inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
|
|
||||||
impermanence.url = "github:nix-community/impermanence";
|
|
||||||
persist-retro.url = "github:Geometer1729/persist-retro";
|
|
||||||
|
|
||||||
# Home
|
|
||||||
neovim = {
|
|
||||||
url = "github:IogaMaster/neovim";
|
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
};
|
|
||||||
|
|
||||||
nix-colors.url = "github:Misterio77/nix-colors";
|
nix-colors.url = "github:Misterio77/nix-colors";
|
||||||
prism.url = "github:IogaMaster/prism";
|
prism.url = "github:IogaMaster/prism";
|
||||||
|
|
||||||
# Deployments
|
|
||||||
arion.url = "github:hercules-ci/arion";
|
|
||||||
arion.inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
|
|
||||||
disko.url = "github:nix-community/disko";
|
|
||||||
disko.inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
deploy-rs.url = "github:serokell/deploy-rs";
|
|
||||||
deploy-rs.inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
nix-topology.url = "github:oddlama/nix-topology";
|
nix-topology.url = "github:oddlama/nix-topology";
|
||||||
microvm.url = "github:astro/microvm.nix";
|
nix-topology.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
microvm.inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
|
|
||||||
# Misc
|
|
||||||
nix-ld.url = "github:Mic92/nix-ld";
|
nix-ld.url = "github:Mic92/nix-ld";
|
||||||
nix-ld.inputs.nixpkgs.follows = "nixpkgs";
|
nix-ld.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
||||||
dzgui-nix = {
|
|
||||||
url = "github:lelgenio/dzgui-nix";
|
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
};
|
|
||||||
|
|
||||||
flux.url = "github:IogaMaster/flux";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs =
|
outputs =
|
||||||
@ -96,11 +57,7 @@
|
|||||||
# Add overlays for the `nixpkgs` channel.
|
# Add overlays for the `nixpkgs` channel.
|
||||||
overlays = with inputs; [
|
overlays = with inputs; [
|
||||||
nix-matlab.overlay
|
nix-matlab.overlay
|
||||||
|
|
||||||
# iogamaster overlays
|
|
||||||
neovim.overlays.x86_64-linux.neovim
|
|
||||||
nix-topology.overlays.default
|
nix-topology.overlays.default
|
||||||
flux.overlays.default
|
|
||||||
];
|
];
|
||||||
|
|
||||||
snowfall = {
|
snowfall = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user