Fix selene
This commit is contained in:
parent
4fa6f90b37
commit
893ec06b7c
3 changed files with 75 additions and 0 deletions
|
|
@ -9,6 +9,8 @@
|
|||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||
agenix.url = "github:ryantm/agenix";
|
||||
agenix.inputs.nixpkgs.follows = "nixpkgs";
|
||||
jellyfin-exporter.url = "path:./jellyfin-exporter";
|
||||
jellyfin-exporter.inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
outputs =
|
||||
|
|
@ -18,6 +20,7 @@
|
|||
home-manager,
|
||||
nixpkgs,
|
||||
agenix,
|
||||
jellyfin-exporter,
|
||||
}:
|
||||
let
|
||||
macbook = import ./systems/macbook/macbook.nix inputs;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue