mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-22 08:04:20 +01:00
Remove nixinate from flake.apps
Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
parent
13abb232d4
commit
0328687755
|
@ -150,7 +150,6 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
flake.apps = inputs.nixpkgs.lib.genAttrs config.systems (system: {
|
flake.apps = inputs.nixpkgs.lib.genAttrs config.systems (system: {
|
||||||
nixinate = (inputs.nixinate.nixinate.${system} self).nixinate;
|
|
||||||
nixos-anywhere.program = (inputs.nixos-anywhere.packages.${system}.nixos-anywhere);
|
nixos-anywhere.program = (inputs.nixos-anywhere.packages.${system}.nixos-anywhere);
|
||||||
nixos-anywhere.type = "app";
|
nixos-anywhere.type = "app";
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue