mirror of
https://github.com/matter-labs/nixsgx.git
synced 2025-07-20 15:13:56 +02:00
chore: update flake.nix to nixos 24.11
Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
parent
b6b4571d43
commit
9ce71b0d10
2 changed files with 7 additions and 6 deletions
9
flake.lock
generated
9
flake.lock
generated
|
@ -55,16 +55,16 @@
|
|||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1728740863,
|
||||
"narHash": "sha256-u+rxA79a0lyhG+u+oPBRtTDtzz8kvkc9a6SWSt9ekVc=",
|
||||
"lastModified": 1733550349,
|
||||
"narHash": "sha256-NcGumB4Lr6KSDq+nIqXtNA8QwAQKDSZT7N9OTGWbTrs=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "a3f9ad65a0bf298ed5847629a57808b97e6e8077",
|
||||
"rev": "e2605d0744c2417b09f8bf850dfca42fcf537d34",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "nixos",
|
||||
"ref": "nixos-24.05",
|
||||
"ref": "nixos-24.11",
|
||||
"repo": "nixpkgs",
|
||||
"type": "github"
|
||||
}
|
||||
|
@ -93,6 +93,7 @@
|
|||
},
|
||||
"original": {
|
||||
"owner": "snowfallorg",
|
||||
"ref": "c6238c83de101729c5de3a29586ba166a9a65622",
|
||||
"repo": "lib",
|
||||
"type": "github"
|
||||
}
|
||||
|
|
|
@ -5,10 +5,10 @@
|
|||
};
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05";
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11";
|
||||
|
||||
snowfall-lib = {
|
||||
url = "github:snowfallorg/lib";
|
||||
url = "github:snowfallorg/lib?ref=c6238c83de101729c5de3a29586ba166a9a65622";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue