Use 23.11 as default nixpkgs

This commit is contained in:
fi 2023-12-04 23:33:15 +01:00
parent 7cd261f850
commit 0beec4baf5
Signed by: fi
SSH key fingerprint: SHA256:d+6fQoDPMbSFK95zRVflRKZLRKF4cPSQb7VIxYkhFsA
3 changed files with 27 additions and 7 deletions

25
flake.lock generated
View file

@ -70,16 +70,16 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1700854570,
"narHash": "sha256-GiwMS5sWSgF/CyZYbm+G5EcgG1VOEyvcsP5lE1L97Aw=",
"lastModified": 1701592216,
"narHash": "sha256-OVEAu1YBi3i8eB2f5uxR0Yws/uXgj2yHj/I963e6jxU=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "cbd3f3722ac41a200c1655141e021cf12c3ba4e6",
"rev": "f8a9aa9ca646691f9e192a62624b1548367b5dd9",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-23.05-small",
"ref": "nixos-23.11-small",
"repo": "nixpkgs",
"type": "github"
}
@ -99,6 +99,22 @@
"type": "indirect"
}
},
"nixpkgs-23-05": {
"locked": {
"lastModified": 1701699333,
"narHash": "sha256-ePa4oynwTNXuc4bqbi5ZMrO72yGuTPukptuMmgXPM5k=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "42499b9f6515dbca54cec1cae78165fd4e5eccfe",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-23.05-small",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs-23_05": {
"locked": {
"lastModified": 1684782344,
@ -149,6 +165,7 @@
"inputs": {
"nixos-generators": "nixos-generators",
"nixpkgs": "nixpkgs",
"nixpkgs-23-05": "nixpkgs-23-05",
"nixpkgs-unstable": "nixpkgs-unstable",
"simple-nixos-mailserver": "simple-nixos-mailserver"
}