This commit is contained in:
Giulio De Pasquale 2025-10-06 12:01:38 +01:00
parent 992ac3ecd2
commit 8d26854e49
2 changed files with 5 additions and 5 deletions

8
flake.lock generated
View File

@ -200,17 +200,17 @@
},
"nixpkgs_3": {
"locked": {
"lastModified": 1759281824,
"narHash": "sha256-FIBE1qXv9TKvSNwst6FumyHwCRH3BlWDpfsnqRDCll0=",
"lastModified": 1759580034,
"narHash": "sha256-YWo57PL7mGZU7D4WeKFMiW4ex/O6ZolUS6UNBHTZfkI=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "5b5be50345d4113d04ba58c444348849f5585b4a",
"rev": "3bcc93c5f7a4b30335d31f21e2f1281cba68c318",
"type": "github"
},
"original": {
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "5b5be50345d4113d04ba58c444348849f5585b4a",
"rev": "3bcc93c5f7a4b30335d31f21e2f1281cba68c318",
"type": "github"
}
},

View File

@ -1,6 +1,6 @@
{
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/5b5be50345d4113d04ba58c444348849f5585b4a";
nixpkgs.url = "github:NixOS/nixpkgs/3bcc93c5f7a4b30335d31f21e2f1281cba68c318";
nixos-unstable.url = "github:NixOS/nixpkgs/7df7ff7d8e00218376575f0acdcc5d66741351ee";
nixpkgs-master.url = "github:NixOS/nixpkgs/master";
local-unstable.url = "path:///home/giulio/dev/nixpkgs";