flake: nixpkgs: 23.11 -> 24.05

This commit is contained in:
2024-07-16 10:53:55 +00:00
parent 94bf928388
commit 57fbccfc33
2 changed files with 5 additions and 5 deletions

8
flake.lock generated
View File

@@ -95,16 +95,16 @@
},
"nixpkgs_2": {
"locked": {
"lastModified": 1703200384,
"narHash": "sha256-q5j06XOsy0qHOarsYPfZYJPWbTbc8sryRxianlEPJN0=",
"lastModified": 1720954236,
"narHash": "sha256-1mEKHp4m9brvfQ0rjCca8P1WHpymK3TOr3v34ydv9bs=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "0b3d618173114c64ab666f557504d6982665d328",
"rev": "53e81e790209e41f0c1efa9ff26ff2fd7ab35e27",
"type": "github"
},
"original": {
"id": "nixpkgs",
"ref": "nixos-23.11",
"ref": "nixos-24.05",
"type": "indirect"
}
},

View File

@@ -1,5 +1,5 @@
{
inputs.nixpkgs.url = "nixpkgs/nixos-23.11";
inputs.nixpkgs.url = "nixpkgs/nixos-24.05";
# nixpkgs `cadquery` requires Python 3.7, which no longer exists in nixpkgs
# `cq-flake` provides a more modern cadquery, compatible with Python 3.11
inputs.cq.url = "github:marcus7070/cq-flake";