mirror of
https://codeberg.org/icewind/palantir.git
synced 2026-06-03 10:14:09 +02:00
rename
This commit is contained in:
parent
76da726559
commit
40560f2129
11 changed files with 68 additions and 69 deletions
|
|
@ -12,7 +12,7 @@
|
|||
};
|
||||
outputs = {mill-scale, ...}:
|
||||
mill-scale ./. {
|
||||
packages.palantir = import ./package.nix;
|
||||
packages.sidewindow = import ./package.nix;
|
||||
|
||||
crossTargets = [
|
||||
"x86_64-pc-windows-gnu"
|
||||
|
|
@ -30,9 +30,9 @@
|
|||
...
|
||||
}: {
|
||||
imports = [./module.nix];
|
||||
config = lib.mkIf config.services.palantir.enable {
|
||||
config = lib.mkIf config.services.sidewindow.enable {
|
||||
nixpkgs.overlays = [outputs.overlays.default];
|
||||
services.palantir.package = lib.mkDefault pkgs.palantir;
|
||||
services.sidewindow.package = lib.mkDefault pkgs.sidewindow;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue