diff options
| author | aditya <bluenerd@protonmail.com> | 2023-06-08 20:56:35 +0530 | 
|---|---|---|
| committer | aditya <bluenerd@protonmail.com> | 2023-06-08 20:56:35 +0530 | 
| commit | 2d5b0841631356c2d7abae3d9e1315a72c055e9d (patch) | |
| tree | 42d56186438665fa1e98724129b7cab7648e6e90 | |
| parent | 524988bf68c30002680a35a24aa52c5ef060c2b0 (diff) | |
add flake.lock
| -rw-r--r-- | flake.lock | 27 | 
1 files changed, 27 insertions, 0 deletions
| diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..42930f1 --- /dev/null +++ b/flake.lock @@ -0,0 +1,27 @@ +{ +  "nodes": { +    "nixpkgs": { +      "locked": { +        "lastModified": 1685566663, +        "narHash": "sha256-btHN1czJ6rzteeCuE/PNrdssqYD2nIA4w48miQAFloM=", +        "owner": "nixos", +        "repo": "nixpkgs", +        "rev": "4ecab3273592f27479a583fb6d975d4aba3486fe", +        "type": "github" +      }, +      "original": { +        "owner": "nixos", +        "ref": "23.05", +        "repo": "nixpkgs", +        "type": "github" +      } +    }, +    "root": { +      "inputs": { +        "nixpkgs": "nixpkgs" +      } +    } +  }, +  "root": "root", +  "version": 7 +} | 
