overlay eza

This commit is contained in:
cy 2025-01-09 00:53:01 -05:00
parent 3b032c1b62
commit 105625bd54
3 changed files with 21 additions and 4 deletions

View file

@ -11,6 +11,7 @@ jobs:
package:
- .#attic-client
- .#attic-server
- .#eza
runs-on: ubuntu-latest
steps:

17
flake.lock generated
View file

@ -42,6 +42,22 @@
"type": "github"
}
},
"eza": {
"locked": {
"lastModified": 1736397430,
"narHash": "sha256-l00P7P3zcx8rzYOOQMNUwBqK/yz/4Cv8G8+pYbfyQ5Y=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "d722e8ce81cf103280ce1ff65accb3fc25cbd2ba",
"type": "github"
},
"original": {
"owner": "nixos",
"repo": "nixpkgs",
"rev": "d722e8ce81cf103280ce1ff65accb3fc25cbd2ba",
"type": "github"
}
},
"flake-compat": {
"flake": false,
"locked": {
@ -260,6 +276,7 @@
"root": {
"inputs": {
"disko": "disko",
"eza": "eza",
"home-manager": "home-manager",
"lanzaboote": "lanzaboote",
"nixpkgs": "nixpkgs",

View file

@ -26,6 +26,7 @@
nixpkgs-borg.url = "github:cything/nixpkgs/borg"; # unmerged PR
nixpkgs-btrbk.url = "github:cything/nixpkgs/btrbk"; # unmerged PR
eza.url = "github:nixos/nixpkgs/d722e8ce81cf103280ce1ff65accb3fc25cbd2ba";
};
nixConfig = {
@ -76,10 +77,8 @@
flake: pkgNames: _final: prev:
overridePkgsFromFlake prev flake pkgNames;
overlays = [
(overlayPkgsFromFlake inputs.attic [
# home-manager doesn't like these
# "attic-server"
# "attic-client"
(overlayPkgsFromFlake inputs.eza [
"eza"
])
] ++ import ./overlay;