fix hoard
This commit is contained in:
parent
dca146d6d0
commit
3b6fc87136
4 changed files with 22 additions and 21 deletions
34
flake.lock
34
flake.lock
|
@ -620,22 +620,6 @@
|
|||
"type": "github"
|
||||
}
|
||||
},
|
||||
"nixpkgs-legacy": {
|
||||
"locked": {
|
||||
"lastModified": 1687666471,
|
||||
"narHash": "sha256-88VoE8jLzjRhH38mUUrom+zJ7GVMjuW4M321Iri5C/w=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "6610eb320efb234025e477e51ae7625ccd65a2e8",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "nixos",
|
||||
"ref": "nixos-22.11",
|
||||
"repo": "nixpkgs",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"nixpkgs-legacy_2105": {
|
||||
"locked": {
|
||||
"lastModified": 1659914493,
|
||||
|
@ -668,6 +652,22 @@
|
|||
"type": "github"
|
||||
}
|
||||
},
|
||||
"nixpkgs-legacy_2211": {
|
||||
"locked": {
|
||||
"lastModified": 1687666471,
|
||||
"narHash": "sha256-88VoE8jLzjRhH38mUUrom+zJ7GVMjuW4M321Iri5C/w=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "6610eb320efb234025e477e51ae7625ccd65a2e8",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "nixos",
|
||||
"ref": "nixos-22.11",
|
||||
"repo": "nixpkgs",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"nixpkgs-stable": {
|
||||
"locked": {
|
||||
"lastModified": 1687031877,
|
||||
|
@ -957,9 +957,9 @@
|
|||
"nixos-hardware": "nixos-hardware",
|
||||
"nixpkgs": "nixpkgs_3",
|
||||
"nixpkgs-fmt": "nixpkgs-fmt",
|
||||
"nixpkgs-legacy": "nixpkgs-legacy",
|
||||
"nixpkgs-legacy_2105": "nixpkgs-legacy_2105",
|
||||
"nixpkgs-legacy_2205": "nixpkgs-legacy_2205",
|
||||
"nixpkgs-legacy_2211": "nixpkgs-legacy_2211",
|
||||
"nixpkgs-unstable": "nixpkgs-unstable",
|
||||
"permown": "permown",
|
||||
"polygon-art": "polygon-art",
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
};
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-23.05";
|
||||
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
nixpkgs-legacy.url = "github:nixos/nixpkgs/nixos-22.11";
|
||||
nixpkgs-legacy_2211.url = "github:nixos/nixpkgs/nixos-22.11";
|
||||
nixpkgs-legacy_2205.url = "github:nixos/nixpkgs/nixos-22.05";
|
||||
nixpkgs-legacy_2105.url = "github:nixos/nixpkgs/nixos-21.05";
|
||||
nixos-hardware = {
|
||||
|
@ -97,7 +97,7 @@
|
|||
, nixos-hardware
|
||||
, nixpkgs
|
||||
, nixpkgs-fmt
|
||||
, nixpkgs-legacy
|
||||
, nixpkgs-legacy_2211
|
||||
, nixpkgs-legacy_2105
|
||||
, nixpkgs-legacy_2205
|
||||
, nixpkgs-unstable
|
||||
|
@ -159,7 +159,7 @@
|
|||
inherit system;
|
||||
config.allowUnfree = true;
|
||||
};
|
||||
legacy = nixpkgs-legacy.legacyPackages.${pkgs.system};
|
||||
legacy_2211 = nixpkgs-legacy_2211.legacyPackages.${pkgs.system};
|
||||
legacy_2205 = nixpkgs-legacy_2205.legacyPackages.${pkgs.system};
|
||||
legacy_2105 = nixpkgs-legacy_2105.legacyPackages.${pkgs.system};
|
||||
polygon-art = polygon-art.packages.${pkgs.system};
|
||||
|
|
|
@ -22,7 +22,7 @@ in
|
|||
"/home/palo/.config/hoard"
|
||||
];
|
||||
|
||||
environment.systemPackages = [ pkgs.hoard ];
|
||||
environment.systemPackages = [ pkgs.legacy_2211.hoard ];
|
||||
|
||||
home-manager.users.mainUser = {
|
||||
xdg.configFile."hoard/config.yml".text = builtins.toJSON {
|
||||
|
|
|
@ -113,6 +113,7 @@ in
|
|||
bitwarden
|
||||
unstable.trilium-desktop
|
||||
nginx-config-formatter
|
||||
pre-commit
|
||||
|
||||
sensu-go-cli
|
||||
yq-go
|
||||
|
|
Loading…
Reference in a new issue