mirror of
https://github.com/caelestia-dots/cli.git
synced 2026-06-07 15:59:28 -05:00
nix: use nixpkgs app2unit
update flake inputs
This commit is contained in:
@@ -4,15 +4,9 @@
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
|
||||
|
||||
app2unit = {
|
||||
url = "github:soramanew/app2unit";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
caelestia-shell = {
|
||||
url = "github:caelestia-dots/shell";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.app2unit.follows = "app2unit";
|
||||
inputs.caelestia-cli.follows = "";
|
||||
};
|
||||
};
|
||||
@@ -32,7 +26,6 @@
|
||||
packages = forAllSystems (pkgs: rec {
|
||||
caelestia-cli = pkgs.callPackage ./default.nix {
|
||||
rev = self.rev or self.dirtyRev;
|
||||
app2unit = inputs.app2unit.packages.${pkgs.system}.default;
|
||||
caelestia-shell = inputs.caelestia-shell.packages.${pkgs.system}.default;
|
||||
};
|
||||
with-shell = caelestia-cli.override {withShell = true;};
|
||||
|
||||
Reference in New Issue
Block a user