monomer/flake.lock
Providence Salumu 3a9971d923
add support for Nix build with Flakes (#13)
* nix/flake: add support for x86_64-linux

* nix/flake: cleanup

* nix/flake: add qemu VM

* qemu: fix hostname

* qemu: cleanup

* nix: add default.nix (for non flakes users)

* qemu vm: enable X11 windowing system
2021-08-22 01:09:56 -03:00

45 lines
1.0 KiB
JSON

{
"nodes": {
"flake-utils": {
"locked": {
"lastModified": 1629284811,
"narHash": "sha256-JHgasjPR0/J1J3DRm4KxM4zTyAj4IOJY8vIl75v/kPI=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "c5d161cc0af116a2e17f54316f0bf43f0819785c",
"type": "github"
},
"original": {
"owner": "numtide",
"ref": "master",
"repo": "flake-utils",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1629366148,
"narHash": "sha256-CIfmrcptxXiCVH9UCKRq44IHcSW8WQ8yQQPTavOpUF8=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "b5c2212cdfceb727b072223e460eb7dcefbc4062",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "haskell-updates",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
}
}
},
"root": "root",
"version": 7
}