no more akkoma flake

Signed-off-by: Xe <me@christine.website>
This commit is contained in:
Cadey Ratio 2022-12-29 13:21:02 -05:00
parent dacc80fb3c
commit 0a0ee158db
2 changed files with 1 additions and 27 deletions

View File

@ -18,22 +18,6 @@
"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": {
"locked": {
"lastModified": 1651228769,
@ -508,7 +492,6 @@
"root": {
"inputs": {
"agenix": "agenix",
"akkoma": "akkoma",
"deploy-rs": "deploy-rs",
"emacs-overlay": "emacs-overlay",
"home-manager": "home-manager",

View File

@ -10,7 +10,6 @@
emacs-overlay.url = "github:nix-community/emacs-overlay";
nixpkgs-master.url = "nixpkgs/master";
akkoma.url = "github:illdefined/nixpkgs/akkoma";
wsl = {
url = "github:nix-community/NixOS-WSL";
@ -46,7 +45,7 @@
};
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
pkgs = nixpkgs.legacyPackages."x86_64-linux";
pkgsMaster = nixpkgs-master.legacyPackages."x86_64-linux";
@ -67,10 +66,6 @@
home-manager.useUserPackages = true;
nixpkgs.overlays = [
emacs-overlay.overlay
(self: super: {
inherit (akkoma.legacyPackages.${super.system})
akkoma akkoma-frontends;
})
];
})
./common
@ -327,10 +322,6 @@
# cloud
akko = mkSystem [
({ ... }: {
imports =
[ "${akkoma}/nixos/modules/services/web-apps/akkoma.nix" ];
})
./hosts/akko
./hardware/location/YYZ
];