Heracles/flake.lock

174 lines
4.4 KiB
Plaintext
Raw Permalink Normal View History

2024-02-17 20:49:03 -05:00
{
"nodes": {
2025-07-21 20:17:45 -04:00
"fenix": {
"inputs": {
"nixpkgs": [
"naersk",
"nixpkgs"
],
"rust-analyzer-src": "rust-analyzer-src"
},
"locked": {
"lastModified": 1752475459,
"narHash": "sha256-z6QEu4ZFuHiqdOPbYss4/Q8B0BFhacR8ts6jO/F/aOU=",
"owner": "nix-community",
"repo": "fenix",
"rev": "bf0d6f70f4c9a9cf8845f992105652173f4b617f",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "fenix",
"type": "github"
}
},
2024-02-17 20:49:03 -05:00
"flake-compat": {
"flake": false,
"locked": {
"lastModified": 1696426674,
"narHash": "sha256-kvjfFW7WAETZlt09AgDn1MrtKzP7t90Vf7vypd3OL1U=",
"owner": "edolstra",
"repo": "flake-compat",
"rev": "0f9255e01c2351cc7d116c072cb317785dd33b33",
"type": "github"
},
"original": {
"owner": "edolstra",
"repo": "flake-compat",
"type": "github"
}
},
"flake-utils": {
"inputs": {
"systems": "systems"
},
"locked": {
"lastModified": 1705309234,
"narHash": "sha256-uNRRNRKmJyCRC/8y1RqBkqWBLM034y4qN7EprSdmgyA=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "1ef2e671c3b0c19053962c07dbda38332dcebf26",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"naersk": {
"inputs": {
2025-07-21 20:17:45 -04:00
"fenix": "fenix",
2024-02-17 20:49:03 -05:00
"nixpkgs": "nixpkgs"
},
"locked": {
2025-07-21 20:17:45 -04:00
"lastModified": 1752689277,
"narHash": "sha256-uldUBFkZe/E7qbvxa3mH1ItrWZyT6w1dBKJQF/3ZSsc=",
2024-02-17 20:49:03 -05:00
"owner": "nix-community",
"repo": "naersk",
2025-07-21 20:17:45 -04:00
"rev": "0e72363d0938b0208d6c646d10649164c43f4d64",
2024-02-17 20:49:03 -05:00
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "naersk",
"type": "github"
}
},
"nixpkgs": {
"locked": {
2025-07-21 20:17:45 -04:00
"lastModified": 1752077645,
"narHash": "sha256-HM791ZQtXV93xtCY+ZxG1REzhQenSQO020cu6rHtAPk=",
2024-02-17 20:49:03 -05:00
"owner": "NixOS",
"repo": "nixpkgs",
2025-07-21 20:17:45 -04:00
"rev": "be9e214982e20b8310878ac2baa063a961c1bdf6",
2024-02-17 20:49:03 -05:00
"type": "github"
},
"original": {
2025-07-21 20:17:45 -04:00
"owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
2024-02-17 20:49:03 -05:00
}
},
"nixpkgs_2": {
"locked": {
2025-07-21 20:17:45 -04:00
"lastModified": 1752997324,
"narHash": "sha256-vtTM4oDke3SeDj+1ey6DjmzXdq8ZZSCLWSaApADDvIE=",
2024-02-17 20:49:03 -05:00
"owner": "NixOS",
"repo": "nixpkgs",
2025-07-21 20:17:45 -04:00
"rev": "7c688a0875df5a8c28a53fb55ae45e94eae0dddb",
2024-02-17 20:49:03 -05:00
"type": "github"
},
"original": {
"id": "nixpkgs",
"type": "indirect"
}
},
"root": {
"inputs": {
"flake-compat": "flake-compat",
"flake-utils": "flake-utils",
"naersk": "naersk",
"nixpkgs": "nixpkgs_2",
"rust-overlay": "rust-overlay"
}
},
2025-07-21 20:17:45 -04:00
"rust-analyzer-src": {
"flake": false,
"locked": {
"lastModified": 1752428706,
"narHash": "sha256-EJcdxw3aXfP8Ex1Nm3s0awyH9egQvB2Gu+QEnJn2Sfg=",
"owner": "rust-lang",
"repo": "rust-analyzer",
"rev": "591e3b7624be97e4443ea7b5542c191311aa141d",
"type": "github"
},
"original": {
"owner": "rust-lang",
"ref": "nightly",
"repo": "rust-analyzer",
"type": "github"
}
},
2024-02-17 20:49:03 -05:00
"rust-overlay": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
2025-07-21 20:17:45 -04:00
"lastModified": 1750964660,
"narHash": "sha256-YQ6EyFetjH1uy5JhdhRdPe6cuNXlYpMAQePFfZj4W7M=",
2024-02-17 20:49:03 -05:00
"owner": "oxalica",
"repo": "rust-overlay",
2025-07-21 20:17:45 -04:00
"rev": "04f0fcfb1a50c63529805a798b4b5c21610ff390",
2024-02-17 20:49:03 -05:00
"type": "github"
},
"original": {
"owner": "oxalica",
"ref": "stable",
"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
}