mirror of
https://github.com/blahai/nyx.git
synced 2025-06-10 10:13:01 -04:00
Flake: add haivim input
This commit is contained in:
parent
7cc96f4b42
commit
4771948682
2 changed files with 432 additions and 60 deletions
13
flake.nix
13
flake.nix
|
@ -26,6 +26,15 @@
|
|||
chaotic.url = "github:chaotic-cx/nyx/nyxpkgs-unstable";
|
||||
nur.url = "github:nix-community/NUR";
|
||||
|
||||
# This is a private repository for now while I work on it
|
||||
# My plan is to make it public by the end of the year
|
||||
# for now have a look at https://github.com/redyf/Neve
|
||||
# as that is where I *borrowed* the base from
|
||||
haivim = {
|
||||
url = "git+ssh://git@github.com/blahai/haivim";
|
||||
inputs = { nixpkgs.follows = "nixpkgs"; };
|
||||
};
|
||||
|
||||
deploy-rs = {
|
||||
url = "github:serokell/deploy-rs";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
@ -101,9 +110,7 @@
|
|||
epimetheus = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {
|
||||
inherit inputs;
|
||||
pkgs-smol = import nixpkgs-smol {
|
||||
inherit system;
|
||||
};
|
||||
pkgs-smol = import nixpkgs-smol { inherit system; };
|
||||
};
|
||||
modules =
|
||||
[ ./hosts/epimetheus/configuration.nix disko.nixosModules.disko ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue