no more akkoma flake
Signed-off-by: Xe <me@christine.website>
This commit is contained in:
parent
dacc80fb3c
commit
0a0ee158db
17
flake.lock
17
flake.lock
|
@ -18,22 +18,6 @@
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"akkoma": {
|
|
||||||
"locked": {
|
|
||||||
"lastModified": 1672148221,
|
|
||||||
"narHash": "sha256-S97Fll+KFjZ7Hxs+GLRpE1GtqMfrnXtrAOaavcQirJ0=",
|
|
||||||
"owner": "illdefined",
|
|
||||||
"repo": "nixpkgs",
|
|
||||||
"rev": "a9601933ea41b1af21554d9a6558f950e24619f5",
|
|
||||||
"type": "github"
|
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"owner": "illdefined",
|
|
||||||
"ref": "akkoma",
|
|
||||||
"repo": "nixpkgs",
|
|
||||||
"type": "github"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"ckiee": {
|
"ckiee": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1651228769,
|
"lastModified": 1651228769,
|
||||||
|
@ -508,7 +492,6 @@
|
||||||
"root": {
|
"root": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"agenix": "agenix",
|
"agenix": "agenix",
|
||||||
"akkoma": "akkoma",
|
|
||||||
"deploy-rs": "deploy-rs",
|
"deploy-rs": "deploy-rs",
|
||||||
"emacs-overlay": "emacs-overlay",
|
"emacs-overlay": "emacs-overlay",
|
||||||
"home-manager": "home-manager",
|
"home-manager": "home-manager",
|
||||||
|
|
11
flake.nix
11
flake.nix
|
@ -10,7 +10,6 @@
|
||||||
emacs-overlay.url = "github:nix-community/emacs-overlay";
|
emacs-overlay.url = "github:nix-community/emacs-overlay";
|
||||||
|
|
||||||
nixpkgs-master.url = "nixpkgs/master";
|
nixpkgs-master.url = "nixpkgs/master";
|
||||||
akkoma.url = "github:illdefined/nixpkgs/akkoma";
|
|
||||||
|
|
||||||
wsl = {
|
wsl = {
|
||||||
url = "github:nix-community/NixOS-WSL";
|
url = "github:nix-community/NixOS-WSL";
|
||||||
|
@ -46,7 +45,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = { self, nixpkgs, deploy-rs, home-manager, agenix, printerfacts, mara
|
outputs = { self, nixpkgs, deploy-rs, home-manager, agenix, printerfacts, mara
|
||||||
, rhea, waifud, emacs-overlay, wsl, x, nixpkgs-master, akkoma, ... }:
|
, rhea, waifud, emacs-overlay, wsl, x, nixpkgs-master, ... }:
|
||||||
let
|
let
|
||||||
pkgs = nixpkgs.legacyPackages."x86_64-linux";
|
pkgs = nixpkgs.legacyPackages."x86_64-linux";
|
||||||
pkgsMaster = nixpkgs-master.legacyPackages."x86_64-linux";
|
pkgsMaster = nixpkgs-master.legacyPackages."x86_64-linux";
|
||||||
|
@ -67,10 +66,6 @@
|
||||||
home-manager.useUserPackages = true;
|
home-manager.useUserPackages = true;
|
||||||
nixpkgs.overlays = [
|
nixpkgs.overlays = [
|
||||||
emacs-overlay.overlay
|
emacs-overlay.overlay
|
||||||
(self: super: {
|
|
||||||
inherit (akkoma.legacyPackages.${super.system})
|
|
||||||
akkoma akkoma-frontends;
|
|
||||||
})
|
|
||||||
];
|
];
|
||||||
})
|
})
|
||||||
./common
|
./common
|
||||||
|
@ -327,10 +322,6 @@
|
||||||
|
|
||||||
# cloud
|
# cloud
|
||||||
akko = mkSystem [
|
akko = mkSystem [
|
||||||
({ ... }: {
|
|
||||||
imports =
|
|
||||||
[ "${akkoma}/nixos/modules/services/web-apps/akkoma.nix" ];
|
|
||||||
})
|
|
||||||
./hosts/akko
|
./hosts/akko
|
||||||
./hardware/location/YYZ
|
./hardware/location/YYZ
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue