fix: fix missing nixd package in overrides
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
e7d686feb7
commit
f0d913c22a
|
@ -451,11 +451,11 @@
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1686412476,
|
"lastModified": 1689534811,
|
||||||
"narHash": "sha256-inl9SVk6o5h75XKC79qrDCAobTD1Jxh6kVYTZKHzewA=",
|
"narHash": "sha256-jnSUdzD/414d94plCyNlvTJJtiTogTep6t7ZgIKIHiE=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "21951114383770f96ae528d0ae68824557768e81",
|
"rev": "6cee3b5893090b0f5f0a06b4cf42ca4e60e5d222",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -3,16 +3,18 @@ channels: final: prev: {
|
||||||
|
|
||||||
inherit
|
inherit
|
||||||
(channels.latest)
|
(channels.latest)
|
||||||
|
|
||||||
|
nixd
|
||||||
;
|
;
|
||||||
|
|
||||||
inherit
|
inherit
|
||||||
(channels.fix-yubikey-agent)
|
(channels.fix-yubikey-agent)
|
||||||
|
|
||||||
yubikey-agent
|
yubikey-agent
|
||||||
;
|
;
|
||||||
|
|
||||||
inherit
|
inherit
|
||||||
(channels.master)
|
(channels.master)
|
||||||
nixd
|
|
||||||
|
|
||||||
factorio-headless
|
factorio-headless
|
||||||
paperless-ngx
|
paperless-ngx
|
||||||
|
|
Loading…
Reference in a new issue