Update to NixOS 23.11

This commit is contained in:
Felix Suchert 2024-01-09 10:37:32 +01:00
parent f05c5c9e75
commit e70284fcb9
Signed by: feliix42
GPG key ID: 24363525EA0E8A99
2 changed files with 14 additions and 14 deletions

View file

@ -7,11 +7,11 @@
]
},
"locked": {
"lastModified": 1704184656,
"narHash": "sha256-5Ay7ZT+xd8fLGOaSCBSpkJK1y1vSKyAZsBxdMMkGqIU=",
"lastModified": 1704792935,
"narHash": "sha256-/Z2tNg0JnBRFnxdnommPZRsh7RHUi2t8JKLHboJjJsU=",
"owner": "Feliix42",
"repo": "mlir.nix",
"rev": "1ff775ea2f3332973cd6d06f7e09aa8fbf609c24",
"rev": "2e409d0b84b24070c5bfe3383c05e6bf8ad571b2",
"type": "github"
},
"original": {
@ -23,11 +23,11 @@
},
"nixos-hardware": {
"locked": {
"lastModified": 1704124233,
"narHash": "sha256-lBHs/yUtkcGgapHRS31oOb5NqvnVrikvktGOW8rK+sE=",
"lastModified": 1704786394,
"narHash": "sha256-aJM0ln9fMGWw1+tjyl5JZWZ3ahxAA2gw2ZpZY/hkEMs=",
"owner": "NixOS",
"repo": "nixos-hardware",
"rev": "f752581d6723a10da7dfe843e917a3b5e4d8115a",
"rev": "b34a6075e9e298c4124e35c3ccaf2210c1f3a43b",
"type": "github"
},
"original": {
@ -39,16 +39,16 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1704018918,
"narHash": "sha256-erjg/HrpC9liEfm7oLqb8GXCqsxaFwIIPqCsknW5aFY=",
"lastModified": 1704420045,
"narHash": "sha256-C36QmoJd5tdQ5R9MC1jM7fBkZW9zBUqbUCsgwS6j4QU=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "2c9c58e98243930f8cb70387934daa4bc8b00373",
"rev": "c1be43e8e837b8dbee2b3665a007e761680f0c3d",
"type": "github"
},
"original": {
"id": "nixpkgs",
"ref": "nixos-23.05",
"ref": "nixos-23.11",
"type": "indirect"
}
},
@ -62,11 +62,11 @@
},
"unstable": {
"locked": {
"lastModified": 1703961334,
"narHash": "sha256-M1mV/Cq+pgjk0rt6VxoyyD+O8cOUiai8t9Q6Yyq4noY=",
"lastModified": 1704538339,
"narHash": "sha256-1734d3mQuux9ySvwf6axRWZRBhtcZA9Q8eftD6EZg6U=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "b0d36bd0a420ecee3bc916c91886caca87c894e9",
"rev": "46ae0210ce163b3cba6c7da08840c1d63de9c701",
"type": "github"
},
"original": {

View file

@ -2,7 +2,7 @@
description = "NixOS configuration";
inputs = {
nixpkgs.url = "nixpkgs/nixos-23.05";
nixpkgs.url = "nixpkgs/nixos-23.11";
unstable.url = "nixpkgs/nixos-unstable";
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
#home-manager = {