nix: fix flake input
This commit is contained in:
parent
168f3b0b03
commit
136f9ace33
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@
|
|||
withI3 = false;
|
||||
};
|
||||
app2unit = inputs.app2unit.packages.${pkgs.system}.default;
|
||||
caelestia-cli = inputs.caelestia-cli.packages.${pkgs.system}.default.override;
|
||||
caelestia-cli = inputs.caelestia-cli.packages.${pkgs.system}.default;
|
||||
};
|
||||
default = caelestia-shell;
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue