fft-manager/flake.lock

128 lines
3.2 KiB
Text
Raw Permalink Normal View History

2024-06-25 19:25:45 +02:00
{
"nodes": {
"flake-utils": {
"inputs": {
"systems": "systems"
},
"locked": {
2025-01-15 23:12:03 +01:00
"lastModified": 1731533236,
"narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
2024-06-25 19:25:45 +02:00
"owner": "numtide",
"repo": "flake-utils",
2025-01-15 23:12:03 +01:00
"rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
2024-06-25 19:25:45 +02:00
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"naersk": {
"inputs": {
"nixpkgs": "nixpkgs"
},
"locked": {
2025-01-15 23:12:03 +01:00
"lastModified": 1736429655,
"narHash": "sha256-BwMekRuVlSB9C0QgwKMICiJ5EVbLGjfe4qyueyNQyGI=",
2024-06-25 19:25:45 +02:00
"owner": "nix-community",
"repo": "naersk",
2025-01-15 23:12:03 +01:00
"rev": "0621e47bd95542b8e1ce2ee2d65d6a1f887a13ce",
2024-06-25 19:34:41 +02:00
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "naersk",
"type": "github"
}
},
2024-06-25 19:25:45 +02:00
"nixpkgs": {
"locked": {
"lastModified": 0,
2025-01-15 23:12:03 +01:00
"narHash": "sha256-Pj39hSoUA86ZePPF/UXiYHHM7hMIkios8TYG29kQT4g=",
"path": "/nix/store/rhn4fkh7hqjlqs9j6naaq623qpl62yz0-source",
2024-06-25 19:25:45 +02:00
"type": "path"
},
"original": {
"id": "nixpkgs",
"type": "indirect"
}
},
"nixpkgs_2": {
"locked": {
2025-01-15 23:12:03 +01:00
"lastModified": 1736910646,
"narHash": "sha256-Jzq/EKtSxOCA9hFuovQGlzOuRA8p9cB4mMYWUeCW4FA=",
2024-06-25 19:25:45 +02:00
"owner": "NixOS",
"repo": "nixpkgs",
2025-01-15 23:12:03 +01:00
"rev": "0bd024d34eb07cef235f94258423f40a41182088",
2024-06-25 19:25:45 +02:00
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs_3": {
"locked": {
2025-01-15 23:12:03 +01:00
"lastModified": 1736320768,
"narHash": "sha256-nIYdTAiKIGnFNugbomgBJR+Xv5F1ZQU+HfaBqJKroC0=",
2024-06-25 19:25:45 +02:00
"owner": "NixOS",
"repo": "nixpkgs",
2025-01-15 23:12:03 +01:00
"rev": "4bc9c909d9ac828a039f288cf872d16d38185db8",
2024-06-25 19:25:45 +02:00
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
2024-09-27 20:07:55 +02:00
"flake-utils": "flake-utils",
"naersk": "naersk",
"nixpkgs": "nixpkgs_2",
2024-06-25 19:25:45 +02:00
"rust-overlay": "rust-overlay"
}
},
"rust-overlay": {
"inputs": {
2024-09-27 20:07:55 +02:00
"nixpkgs": "nixpkgs_3"
2024-06-25 19:25:45 +02:00
},
"locked": {
2025-01-15 23:12:03 +01:00
"lastModified": 1736907983,
"narHash": "sha256-fw55wVwpJW36Md2HZBKuxX3YHGeqsGsspPLtCMVr1Y8=",
2024-06-25 19:25:45 +02:00
"owner": "oxalica",
"repo": "rust-overlay",
2025-01-15 23:12:03 +01:00
"rev": "eaa365c911441e07e387ff6acc596619fc50b156",
2024-06-25 19:25:45 +02:00
"type": "github"
},
"original": {
"owner": "oxalica",
"repo": "rust-overlay",
"type": "github"
}
},
"systems": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
}
},
"root": "root",
"version": 7
}