add icomidal service to deemz.org
This commit is contained in:
parent
1bd6e533dc
commit
85ebf3c113
3 changed files with 43 additions and 13 deletions
10
flake.nix
10
flake.nix
|
|
@ -4,9 +4,13 @@
|
|||
inputs = {
|
||||
nixpkgs-stable.url = "github:nixos/nixpkgs?ref=nixos-24.11";
|
||||
nixpkgs-unstable.url = "github:nixos/nixpkgs?ref=nixos-unstable";
|
||||
icomidal = {
|
||||
url = "git+https://deemz.org/git/joeri/icomidal";
|
||||
inputs.nixpkgs.follows = "nixpkgs-stable";
|
||||
};
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs-stable, nixpkgs-unstable }:
|
||||
outputs = { self, nixpkgs-stable, nixpkgs-unstable, icomidal }:
|
||||
let
|
||||
system = "x86_64-linux";
|
||||
in {
|
||||
|
|
@ -17,8 +21,8 @@
|
|||
./t14/configuration.nix
|
||||
];
|
||||
};
|
||||
deemz = nixpkgs-unstable.lib.nixosSystem {
|
||||
specialArgs = { inherit system; };
|
||||
deemz = nixpkgs-stable.lib.nixosSystem {
|
||||
specialArgs = { inherit system; icomidal=icomidal; };
|
||||
modules = [
|
||||
./deemz.org/configuration.nix
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue