diff options
Diffstat (limited to 'cuda/flashattn/flake.lock')
-rw-r--r-- | cuda/flashattn/flake.lock | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/cuda/flashattn/flake.lock b/cuda/flashattn/flake.lock new file mode 100644 index 0000000..731a240 --- /dev/null +++ b/cuda/flashattn/flake.lock @@ -0,0 +1,48 @@ +{ + "nodes": { + "nix-ai-stuff": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1756911915, + "narHash": "sha256-2b+GPPCM3Av2rZyuqALsOhnN2LTDmg6GmqBGUm8x/ww=", + "owner": "BatteredBunny", + "repo": "nix-ai-stuff", + "rev": "84db92a097d2c87234e096b880e685cd6423eb88", + "type": "github" + }, + "original": { + "owner": "BatteredBunny", + "repo": "nix-ai-stuff", + "type": "github" + } + }, + "nixpkgs": { + "locked": { + "lastModified": 1758277210, + "narHash": "sha256-iCGWf/LTy+aY0zFu8q12lK8KuZp7yvdhStehhyX1v8w=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "8eaee110344796db060382e15d3af0a9fc396e0e", + "type": "github" + }, + "original": { + "owner": "nixos", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "nix-ai-stuff": "nix-ai-stuff", + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +} |