diff options
| author | Soramane <61896496+soramanew@users.noreply.github.com> | 2025-08-09 12:59:36 +1000 |
|---|---|---|
| committer | Soramane <61896496+soramanew@users.noreply.github.com> | 2025-08-09 12:59:36 +1000 |
| commit | 9489f0d4f629bfd8751ff55784a9587d54eb40f1 (patch) | |
| tree | 5fbbf0fc6fb764bb6c1c171ebcba9009c6d35ac5 /flake.nix | |
| parent | ci: only check specific file (diff) | |
| download | caelestia-cli-9489f0d4f629bfd8751ff55784a9587d54eb40f1.tar.gz caelestia-cli-9489f0d4f629bfd8751ff55784a9587d54eb40f1.tar.bz2 caelestia-cli-9489f0d4f629bfd8751ff55784a9587d54eb40f1.zip | |
nix: use nixpkgs app2unit
update flake inputs
Diffstat (limited to '')
| -rw-r--r-- | flake.nix | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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;}; |