mach-nix/flake.lock
Jeet Ray 8db91624a6
Replaced use of "self" with a recursive set, and applied "flattenTree" as per Nix flake[-utils] specification 2.0 (#160)
* Replaced use of "self" with a recursive set, and applied "flattenTree" as per Nix flake[-utils] specification
2020-10-14 18:57:29 +07:00

43 lines
1 KiB
JSON

{
"nodes": {
"flake-utils": {
"locked": {
"lastModified": 1601282935,
"narHash": "sha256-WQAFV6sGGQxrRs3a+/Yj9xUYvhTpukQJIcMbIi7LCJ4=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "588973065fce51f4763287f0fda87a174d78bf48",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1601171649,
"narHash": "sha256-G3RUAi2DUq6r3ntASLS+LZC/Eamot55W1+xmBOgEh3M=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "84d74ae9c9cbed73274b8e4e00be14688ffc93fe",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
}
}
},
"root": "root",
"version": 7
}