diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-10-02 14:02:50 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-10-02 14:02:50 +0530 |
| commit | 5364332c05749268000c2ac3f0e6880f965e5fdc (patch) | |
| tree | 5f200ce04853d299f6f67b6ca545b5ed07a809b8 /flake.lock | |
| download | daffm-5364332c05749268000c2ac3f0e6880f965e5fdc.tar.gz daffm-5364332c05749268000c2ac3f0e6880f965e5fdc.zip | |
Init setup with simple tui
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 77 |
1 files changed, 77 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..a864823 --- /dev/null +++ b/flake.lock @@ -0,0 +1,77 @@ +{ + "nodes": { + "flake-parts": { + "inputs": { + "nixpkgs-lib": "nixpkgs-lib" + }, + "locked": { + "lastModified": 1759362264, + "narHash": "sha256-wfG0S7pltlYyZTM+qqlhJ7GMw2fTF4mLKCIVhLii/4M=", + "owner": "hercules-ci", + "repo": "flake-parts", + "rev": "758cf7296bee11f1706a574c77d072b8a7baa881", + "type": "github" + }, + "original": { + "owner": "hercules-ci", + "repo": "flake-parts", + "type": "github" + } + }, + "haskell-flake": { + "locked": { + "lastModified": 1759022640, + "narHash": "sha256-blv+xY7A3BVxxKHfJjCXb9KaTzPHlb9SWfs0WqDvKZE=", + "owner": "srid", + "repo": "haskell-flake", + "rev": "1c26ac95f69e563781feccd6610fd7637bebbd10", + "type": "github" + }, + "original": { + "owner": "srid", + "repo": "haskell-flake", + "type": "github" + } + }, + "nixpkgs": { + "locked": { + "lastModified": 1759322190, + "narHash": "sha256-s+0wBPx9FAphKv8BYRN7OLCiZkiK1Dc8ebbCzczI9S8=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "ee4cd98afba682ca27242f2d7fdbd8583f6ef51a", + "type": "github" + }, + "original": { + "owner": "nixos", + "ref": "nixpkgs-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs-lib": { + "locked": { + "lastModified": 1754788789, + "narHash": "sha256-x2rJ+Ovzq0sCMpgfgGaaqgBSwY+LST+WbZ6TytnT9Rk=", + "owner": "nix-community", + "repo": "nixpkgs.lib", + "rev": "a73b9c743612e4244d865a2fdee11865283c04e6", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "nixpkgs.lib", + "type": "github" + } + }, + "root": { + "inputs": { + "flake-parts": "flake-parts", + "haskell-flake": "haskell-flake", + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +} |
