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

36
flake.lock generated
View file

@ -207,11 +207,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1673948101, "lastModified": 1674041176,
"narHash": "sha256-cD0OzFfnLFeeaz4jVszH9QiMTn+PBxmcYzrp+xujpwM=", "narHash": "sha256-cMf1BQzI39nHQ0H/mOatthbbI3392qLmJ9gU0u520P4=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "bd3efacb82c721edad1ce9eda583df5fb62ab00a", "rev": "2c29ae48f9a149151bdd82f429ac61d4412c312a",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -227,7 +227,9 @@
"nixpkgs": [ "nixpkgs": [
"nixpkgs" "nixpkgs"
], ],
"nixpkgs-22_11": "nixpkgs-22_11", "nixpkgs-22_11": [
"nixpkgs-22_11"
],
"utils": [ "utils": [
"flake-utils" "flake-utils"
] ]
@ -248,11 +250,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1673631141, "lastModified": 1673796341,
"narHash": "sha256-AprpYQ5JvLS4wQG/ghm2UriZ9QZXvAwh1HlgA/6ZEVQ=", "narHash": "sha256-1kZi9OkukpNmOaPY7S5/+SlCDOuYnP3HkXHvNDyLQcc=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "befc83905c965adfd33e5cae49acb0351f6e0404", "rev": "6dccdc458512abce8d19f74195bb20fdb067df50",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -264,26 +266,27 @@
}, },
"nixpkgs-22_11": { "nixpkgs-22_11": {
"locked": { "locked": {
"lastModified": 1669558522, "lastModified": 1673800717,
"narHash": "sha256-yqxn+wOiPqe6cxzOo4leeJOp1bXE/fjPEi/3F/bBHv8=", "narHash": "sha256-SFHraUqLSu5cC6IxTprex/nTsI81ZQAtDvlBvGDWfnA=",
"owner": "NixOS", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "ce5fe99df1f15a09a91a86be9738d68fadfbad82", "rev": "2f9fd351ec37f5d479556cd48be4ca340da59b8f",
"type": "github" "type": "github"
}, },
"original": { "original": {
"id": "nixpkgs", "owner": "nixos",
"ref": "nixos-22.11", "ref": "nixos-22.11",
"type": "indirect" "repo": "nixpkgs",
"type": "github"
} }
}, },
"nur": { "nur": {
"locked": { "locked": {
"lastModified": 1674021312, "lastModified": 1674056681,
"narHash": "sha256-kW00Hpb2jqX7zDHnw/us7DH4lChTa6DoVcZZrd9CKwE=", "narHash": "sha256-CS0CwyFk3FYK6QTNuVJFjqZGg5qo5FuvrcNHwJE31ww=",
"owner": "nix-community", "owner": "nix-community",
"repo": "NUR", "repo": "NUR",
"rev": "993b34d7fc525534c59229312c1ff21a976def54", "rev": "ca61de8ba6f480b688a05b505c24495e88a4eb76",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -304,6 +307,7 @@
"home-manager": "home-manager", "home-manager": "home-manager",
"nixos-mailserver": "nixos-mailserver", "nixos-mailserver": "nixos-mailserver",
"nixpkgs": "nixpkgs", "nixpkgs": "nixpkgs",
"nixpkgs-22_11": "nixpkgs-22_11",
"nur": "nur", "nur": "nur",
"tetris": "tetris", "tetris": "tetris",
"utils": "utils", "utils": "utils",

View file

@ -58,10 +58,12 @@
url = "gitlab:simple-nixos-mailserver/nixos-mailserver"; url = "gitlab:simple-nixos-mailserver/nixos-mailserver";
inputs = { inputs = {
nixpkgs.follows = "nixpkgs"; nixpkgs.follows = "nixpkgs";
nixpkgs-22_11.follows = "nixpkgs-22_11";
utils.follows = "flake-utils"; utils.follows = "flake-utils";
}; };
}; };
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs-22_11.url = "github:nixos/nixpkgs/nixos-22.11";
nur.url = "github:nix-community/NUR"; nur.url = "github:nix-community/NUR";
tetris = { tetris = {
url = "github:chvp/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 { utils.lib.mkFlake {
inherit self inputs; inherit self inputs;
channels.nixpkgs = { channels.nixpkgs = {
@ -100,6 +102,7 @@
(self: super: { (self: super: {
tetris = tetris.packages.${self.system}.default; tetris = tetris.packages.${self.system}.default;
udp2raw = self.callPackage ./packages/udp2raw { }; udp2raw = self.callPackage ./packages/udp2raw { };
mastodon = nixpkgs-22_11.legacyPackages.${self.system}.mastodon;
}) })
nur.overlay nur.overlay
www-chvp-be.overlay www-chvp-be.overlay