Self-host your own digital island

follow nixpkgs 23.11

Changed files
+5 -5
+4 -4
flake.lock
···
},
"nixpkgs_2": {
"locked": {
-
"lastModified": 1710272261,
-
"narHash": "sha256-g0bDwXFmTE7uGDOs9HcJsfLFhH7fOsASbAuOzDC+fhQ=",
+
"lastModified": 1712867921,
+
"narHash": "sha256-edTFV4KldkCMdViC/rmpJa7oLIU8SE/S35lh/ukC7bg=",
"owner": "nixos",
"repo": "nixpkgs",
-
"rev": "0ad13a6833440b8e238947e47bea7f11071dc2b2",
+
"rev": "51651a540816273b67bc4dedea2d37d116c5f7fe",
"type": "github"
},
"original": {
"owner": "nixos",
-
"ref": "nixos-unstable",
+
"ref": "nixos-23.11",
"repo": "nixpkgs",
"type": "github"
}
+1 -1
flake.nix
···
{
inputs = {
-
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
+
nixpkgs.url = "github:nixos/nixpkgs/nixos-23.11";
nixos-mailserver.url = "github:RyanGibb/nixos-mailserver/fork-23.11";
};