nix: use nixpkgs app2unit
This commit is contained in:
parent
fcdffc8bc5
commit
a2a0bb5866
2 changed files with 3 additions and 11 deletions
6
flake.lock
generated
6
flake.lock
generated
|
|
@ -3,6 +3,7 @@
|
||||||
"app2unit": {
|
"app2unit": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"nixpkgs": [
|
"nixpkgs": [
|
||||||
|
"caelestia-cli",
|
||||||
"nixpkgs"
|
"nixpkgs"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
@ -22,9 +23,7 @@
|
||||||
},
|
},
|
||||||
"caelestia-cli": {
|
"caelestia-cli": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"app2unit": [
|
"app2unit": "app2unit",
|
||||||
"app2unit"
|
|
||||||
],
|
|
||||||
"caelestia-shell": [],
|
"caelestia-shell": [],
|
||||||
"nixpkgs": [
|
"nixpkgs": [
|
||||||
"nixpkgs"
|
"nixpkgs"
|
||||||
|
|
@ -82,7 +81,6 @@
|
||||||
},
|
},
|
||||||
"root": {
|
"root": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"app2unit": "app2unit",
|
|
||||||
"caelestia-cli": "caelestia-cli",
|
"caelestia-cli": "caelestia-cli",
|
||||||
"nixpkgs": "nixpkgs",
|
"nixpkgs": "nixpkgs",
|
||||||
"quickshell": "quickshell"
|
"quickshell": "quickshell"
|
||||||
|
|
|
||||||
|
|
@ -9,15 +9,9 @@
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
app2unit = {
|
|
||||||
url = "github:soramanew/app2unit";
|
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
};
|
|
||||||
|
|
||||||
caelestia-cli = {
|
caelestia-cli = {
|
||||||
url = "github:caelestia-dots/cli";
|
url = "github:caelestia-dots/cli";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
inputs.app2unit.follows = "app2unit";
|
|
||||||
inputs.caelestia-shell.follows = "";
|
inputs.caelestia-shell.follows = "";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
@ -41,9 +35,9 @@
|
||||||
withX11 = false;
|
withX11 = false;
|
||||||
withI3 = false;
|
withI3 = false;
|
||||||
};
|
};
|
||||||
app2unit = inputs.app2unit.packages.${pkgs.system}.default;
|
|
||||||
caelestia-cli = inputs.caelestia-cli.packages.${pkgs.system}.default;
|
caelestia-cli = inputs.caelestia-cli.packages.${pkgs.system}.default;
|
||||||
};
|
};
|
||||||
|
with-cli = caelestia-shell.override {withCli = true;};
|
||||||
default = caelestia-shell;
|
default = caelestia-shell;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue