chore: update to nixpkgs 23.05

This commit is contained in:
Michael Thomas 2023-06-18 14:06:56 -04:00
parent dd486c7281
commit 6a0f5a0caa
2 changed files with 15 additions and 31 deletions

42
flake.lock generated
View File

@ -7,11 +7,11 @@
]
},
"locked": {
"lastModified": 1686307493,
"narHash": "sha256-R4VEFnDn7nRmNxAu1LwNbjns5DPM8IBsvnrWmZ8ymPs=",
"lastModified": 1687110393,
"narHash": "sha256-SnkdWeZ8PZd3Dc74iFF8xiE7qDp5+z3Yps2mE79tsM0=",
"owner": "lnl7",
"repo": "nix-darwin",
"rev": "7c16d31383a90e0e72ace0c35d2d66a18f90fb4f",
"rev": "8a5af0da9d8dab8a188436750489e304ac682085",
"type": "github"
},
"original": {
@ -59,20 +59,19 @@
"inputs": {
"nixpkgs": [
"nixpkgs"
],
"utils": "utils"
]
},
"locked": {
"lastModified": 1685325875,
"narHash": "sha256-tevlLIMPeVNNYPd9UgjHApAUoFAnw9iohqUyj+LPp88=",
"lastModified": 1687041925,
"narHash": "sha256-Zfn/SphInZ9PEIHWdQk+wGQ0XGlwAgRUp/Qso+8vDOY=",
"owner": "rycee",
"repo": "home-manager",
"rev": "b372d7f8d5518aaba8a4058a453957460481afbc",
"rev": "a8d549351d4b87ab80665f35e57bee2a04201245",
"type": "github"
},
"original": {
"owner": "rycee",
"ref": "release-22.11",
"ref": "release-23.05",
"repo": "home-manager",
"type": "github"
}
@ -101,16 +100,16 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1687019075,
"narHash": "sha256-YjB+tp0DPfzct8XmXNW1UAfQp0irIVM7nGcJPiqT61c=",
"lastModified": 1686921029,
"narHash": "sha256-J1bX9plPCFhTSh6E3TWn9XSxggBh/zDD4xigyaIQBy8=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "50d2e0780758fcb41cf5e494a51624cbf6c40b20",
"rev": "c7ff1b9b95620ce8728c0d7bd501c458e6da9e04",
"type": "github"
},
"original": {
"id": "nixpkgs",
"ref": "nixos-22.11",
"ref": "nixos-23.05",
"type": "indirect"
}
},
@ -137,7 +136,7 @@
"nixpkgs": "nixpkgs",
"nur": "nur",
"unstable": "unstable",
"utils": "utils_2"
"utils": "utils"
}
},
"systems": {
@ -186,21 +185,6 @@
}
},
"utils": {
"locked": {
"lastModified": 1667395993,
"narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"utils_2": {
"inputs": {
"systems": "systems_2"
},

View File

@ -2,7 +2,7 @@
description = "Michael Thomas's NixOS configuration";
inputs = {
nixpkgs.url = "nixpkgs/nixos-22.11";
nixpkgs.url = "nixpkgs/nixos-23.05";
unstable.url = "nixpkgs/nixos-unstable";
nur.url = "github:nix-community/NUR";
@ -21,7 +21,7 @@
};
home-manager = {
url = "github:rycee/home-manager/release-22.11";
url = "github:rycee/home-manager/release-23.05";
inputs = {
nixpkgs.follows = "nixpkgs";
};