diff options
| author | Xe <me@christine.website> | 2022-04-27 00:38:22 +0000 |
|---|---|---|
| committer | Xe <me@christine.website> | 2022-04-27 00:38:22 +0000 |
| commit | d44659e311baa6593b7930ba77dafa9657ca22dd (patch) | |
| tree | 868462d5fd508e4e782f6b79a5cbe1515102ed95 /flake.lock | |
| parent | 822ba5facc16c121e07253f28e6591337620b48c (diff) | |
| download | x-d44659e311baa6593b7930ba77dafa9657ca22dd.tar.xz x-d44659e311baa6593b7930ba77dafa9657ca22dd.zip | |
use flakes
Signed-off-by: Xe <me@christine.website>
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 93 |
1 files changed, 93 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..7036a8a --- /dev/null +++ b/flake.lock @@ -0,0 +1,93 @@ +{ + "nodes": { + "gomod2nix": { + "inputs": { + "nixpkgs": "nixpkgs", + "utils": "utils" + }, + "locked": { + "lastModified": 1641803356, + "narHash": "sha256-ZjF43cckJLJCV9I+SXwTGNQGI52KrYwUhLt/R83TyKk=", + "owner": "tweag", + "repo": "gomod2nix", + "rev": "fc5adcc53031c5a3934500a57896a840a2bd073d", + "type": "github" + }, + "original": { + "owner": "tweag", + "repo": "gomod2nix", + "type": "github" + } + }, + "nixpkgs": { + "locked": { + "lastModified": 1625191069, + "narHash": "sha256-M8/UH9pMgQEtuzY9bFwklYw8hx0pOKtUTyQC8E2UTHY=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "d8079260a3028ae3221d7a5467443ee3a9edd2b8", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs_2": { + "locked": { + "lastModified": 1650920067, + "narHash": "sha256-iV+7zkBZsHiy4epfcyoiW8lRXdjZXq6h8RfNcaua4Fc=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "6a323903ad07de6680169bb0423c5cea9db41d82", + "type": "github" + }, + "original": { + "id": "nixpkgs", + "ref": "nixos-unstable", + "type": "indirect" + } + }, + "root": { + "inputs": { + "gomod2nix": "gomod2nix", + "nixpkgs": "nixpkgs_2", + "utils": "utils_2" + } + }, + "utils": { + "locked": { + "lastModified": 1623875721, + "narHash": "sha256-A8BU7bjS5GirpAUv4QA+QnJ4CceLHkcXdRp4xITDB0s=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "f7e004a55b120c02ecb6219596820fcd32ca8772", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "utils_2": { + "locked": { + "lastModified": 1649676176, + "narHash": "sha256-OWKJratjt2RW151VUlJPRALb7OU2S5s+f0vLj4o1bHM=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "a4b154ebbdc88c8498a5c7b01589addc9e9cb678", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + } + }, + "root": "root", + "version": 7 +} |
