Switch to mastodon from 22.11 for a bit

This commit is contained in:
Charlotte Van Petegem 2023-01-18 17:51:20 +01:00
parent 3ecdcb9928
commit d6bdc90cc3
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 24 additions and 17 deletions

View file

@ -58,10 +58,12 @@
url = "gitlab:simple-nixos-mailserver/nixos-mailserver";
inputs = {
nixpkgs.follows = "nixpkgs";
nixpkgs-22_11.follows = "nixpkgs-22_11";
utils.follows = "flake-utils";
};
};
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs-22_11.url = "github:nixos/nixpkgs/nixos-22.11";
nur.url = "github:nix-community/NUR";
tetris = {
url = "github:chvp/tetris";
@ -87,7 +89,7 @@
};
};
outputs = inputs@{ self, nixpkgs, accentor, accentor-api, accentor-web, agenix, devshell, emacs-overlay, flake-utils, home-manager, nixos-mailserver, nur, tetris, utils, www-chvp-be }:
outputs = inputs@{ self, nixpkgs, nixpkgs-22_11, accentor, accentor-api, accentor-web, agenix, devshell, emacs-overlay, flake-utils, home-manager, nixos-mailserver, nur, tetris, utils, www-chvp-be }:
utils.lib.mkFlake {
inherit self inputs;
channels.nixpkgs = {
@ -100,6 +102,7 @@
(self: super: {
tetris = tetris.packages.${self.system}.default;
udp2raw = self.callPackage ./packages/udp2raw { };
mastodon = nixpkgs-22_11.legacyPackages.${self.system}.mastodon;
})
nur.overlay
www-chvp-be.overlay