update inputs to nixos-22.11

(note that simple-nixos-mailserver is not updated since it doesn't
have a 22.11 release yet)
pull/5/head
stuebinm 2022-11-24 00:03:16 +01:00
parent c5a0f13884
commit 7e00264911
2 changed files with 10 additions and 10 deletions

View File

@ -51,11 +51,11 @@
"utils": "utils"
},
"locked": {
"lastModified": 1668166163,
"narHash": "sha256-XCuM+n98KcG0v+DT1HolGCO3j5FOBUjV4K8YcZsVeQw=",
"lastModified": 1668797197,
"narHash": "sha256-0w6iD3GSSQbIeSFVDzAAQZB+hDq670ZTms3d9XI+BtM=",
"owner": "serokell",
"repo": "deploy-rs",
"rev": "b011f13bc577b978f52aaefde5605332f7bca7e9",
"rev": "2a3c5f70eee04a465aa534d8bd4fcc9bb3c4a8ce",
"type": "github"
},
"original": {
@ -457,11 +457,11 @@
"waybar-iceportal": "waybar-iceportal"
},
"locked": {
"lastModified": 1668291754,
"narHash": "sha256-AHsqQ6or1vjbC/aJxFQGlm/L3HrJIlVescQXI8I+HhI=",
"lastModified": 1669124585,
"narHash": "sha256-sP8A9yblO8WKEfTBx5kfrujhnfqT7zedDqxiDed46U8=",
"owner": "hexchen",
"repo": "nixfiles",
"rev": "1e065ad810a792d44fe8836b42324bc4cad90ace",
"rev": "ef28d573d02b2a403edb2d16fbbb82785a82b64e",
"type": "gitlab"
},
"original": {
@ -560,11 +560,11 @@
},
"nixpkgs-unstable": {
"locked": {
"lastModified": 1663850217,
"narHash": "sha256-tp9nXo1/IdN/xN9m06ryy0QUAEfoN6K56ObM/1QTAjc=",
"lastModified": 1669165918,
"narHash": "sha256-hIVruk2+0wmw/Kfzy11rG3q7ev3VTi/IKVODeHcVjFo=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "ae1dc133ea5f1538d035af41e5ddbc2ebcb67b90",
"rev": "3b400a525d92e4085e46141ff48cbf89fd89739e",
"type": "github"
},
"original": {

View File

@ -7,7 +7,7 @@
mattermost-server.url = "github:mattermost/mattermost-server?ref=v7.1.4";
mattermost-server.flake = false;
nixpkgs.url = "nixpkgs/nixos-22.05";
nixpkgs.url = "nixpkgs/nixos-22.11";
nixpkgs-unstable.url = "nixpkgs/nixpkgs-unstable";
nix-hexchen.url = "gitlab:hexchen/nixfiles";
nixos-mailserver.url = "gitlab:simple-nixos-mailserver/nixos-mailserver/nixos-22.05";