This repository has been archived on 2024-04-17. You can view files and clone it, but cannot push or open issues/pull-requests.
similar-sort/flake.lock

77 lines
1.9 KiB
Plaintext
Raw Permalink Normal View History

2021-07-08 20:54:18 +00:00
{
"nodes": {
"flake-utils": {
"locked": {
2021-10-26 20:24:39 +00:00
"lastModified": 1634851050,
"narHash": "sha256-N83GlSGPJJdcqhUxSCS/WwW5pksYf3VP1M13cDRTSVA=",
2021-07-08 20:54:18 +00:00
"owner": "numtide",
"repo": "flake-utils",
2021-10-26 20:24:39 +00:00
"rev": "c91f3de5adaf1de973b797ef7485e441a65b8935",
2021-07-08 20:54:18 +00:00
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
2021-08-24 22:30:59 +00:00
"naersk": {
"inputs": {
"nixpkgs": "nixpkgs"
},
"locked": {
2021-10-26 20:24:39 +00:00
"lastModified": 1632266297,
"narHash": "sha256-J1yeJk6Gud9ef2pEf6aKQemrfg1pVngYDSh+SAY94xk=",
2021-08-24 22:30:59 +00:00
"owner": "nix-community",
"repo": "naersk",
2021-10-26 20:24:39 +00:00
"rev": "ee7edec50b49ab6d69b06d62f1de554efccb1ccd",
2021-08-24 22:30:59 +00:00
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "naersk",
"type": "github"
}
},
2021-07-08 20:54:18 +00:00
"nixpkgs": {
2021-08-24 22:30:59 +00:00
"locked": {
2021-10-26 20:33:54 +00:00
"lastModified": 1635279730,
"narHash": "sha256-2sEjFOGHbfXGuvRadHZXwYTC/bLbid/xvGOP04/zMb8=",
2021-08-24 22:30:59 +00:00
"owner": "NixOS",
"repo": "nixpkgs",
2021-10-26 20:33:54 +00:00
"rev": "60982b14d9c74949d68bc7611f4bdaf6dca04235",
2021-08-24 22:30:59 +00:00
"type": "github"
},
"original": {
"id": "nixpkgs",
"type": "indirect"
}
},
"nixpkgs_2": {
2021-07-08 20:54:18 +00:00
"locked": {
2021-10-26 20:33:54 +00:00
"lastModified": 1635247071,
"narHash": "sha256-NjWixz/Yb55hE3c9FxQjah3Ijlwvz6zRTXLaQClE0x0=",
2021-07-08 20:54:18 +00:00
"owner": "NixOS",
"repo": "nixpkgs",
2021-10-26 20:33:54 +00:00
"rev": "f112b512e1710da6c8beb8e541a8ad9fcd81e6e6",
2021-07-08 20:54:18 +00:00
"type": "github"
},
"original": {
"owner": "NixOS",
2021-10-26 20:33:54 +00:00
"ref": "nixpkgs-unstable",
2021-07-08 20:54:18 +00:00
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"flake-utils": "flake-utils",
2021-08-24 22:30:59 +00:00
"naersk": "naersk",
"nixpkgs": "nixpkgs_2"
2021-07-08 20:54:18 +00:00
}
}
},
"root": "root",
"version": 7
}