immich
This commit is contained in:
parent
18caa32b2c
commit
e4dc04a7ff
13 changed files with 516 additions and 181 deletions
|
|
@ -30,6 +30,7 @@
|
|||
url = "github:serokell/deploy-rs";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
neovim-nightly-overlay.url = "github:nix-community/neovim-nightly-overlay";
|
||||
};
|
||||
outputs = {
|
||||
self,
|
||||
|
|
@ -44,7 +45,10 @@
|
|||
pkgs = import nixpkgs {
|
||||
inherit system;
|
||||
config.allowUnfree = true;
|
||||
overlays = [ inputs.nvim.overlays.default ];
|
||||
overlays = [
|
||||
inputs.nvim.overlays.default
|
||||
inputs.neovim-nightly-overlay.overlays.default
|
||||
];
|
||||
};
|
||||
eachSystem = f: nixpkgs.lib.genAttrs (import systems) (system: f nixpkgs.legacyPackages.${system});
|
||||
treefmtEval = eachSystem (pkgs: inputs.treefmt-nix.lib.evalModule pkgs ./treefmt.nix);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue