diff options
Diffstat (limited to 'wireplumber/flake.lock')
-rw-r--r-- | wireplumber/flake.lock | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/wireplumber/flake.lock b/wireplumber/flake.lock new file mode 100644 index 0000000..f1034b0 --- /dev/null +++ b/wireplumber/flake.lock @@ -0,0 +1,27 @@ +{ + "nodes": { + "nixpkgs": { + "locked": { + "lastModified": 1720957393, + "narHash": "sha256-oedh2RwpjEa+TNxhg5Je9Ch6d3W1NKi7DbRO1ziHemA=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "693bc46d169f5af9c992095736e82c3488bf7dbb", + "type": "github" + }, + "original": { + "owner": "nixos", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +} |