Don't use old 0ad version

This commit is contained in:
Charlotte Van Petegem 2022-01-12 09:28:15 +01:00
parent ebf6fbc627
commit 3b76b724ab
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 14 additions and 40 deletions

View file

@ -21,13 +21,9 @@
inputs.nixpkgs.follows = "nixpkgs";
};
utils.url = "github:gytis-ivaskevicius/flake-utils-plus";
zeroad = {
url = "github:chvp/0ad-flake";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = inputs@{ self, nixpkgs, accentor, agenix, emacs-overlay, home-manager, zeroad, tetris, utils }:
outputs = inputs@{ self, nixpkgs, accentor, agenix, emacs-overlay, home-manager, tetris, utils }:
let
customPackages = callPackage: {
jdtls = callPackage ./packages/jdtls { };
@ -41,7 +37,6 @@
overlaysBuilder = _: [
emacs-overlay.overlay
(self: super: customPackages self.callPackage)
(self: super: { zeroad = zeroad.packages.x86_64-linux.zeroad; })
(self: super: { tetris = tetris.packages.x86_64-linux.tetris; })
];
};