summaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorJakub Trzeciak <jp3@jptrzy.xyz>2024-02-10 21:59:19 +0100
committerJakub Trzeciak <jp3@jptrzy.xyz>2024-02-10 21:59:19 +0100
commit51aabd87ab79f0fc9c366ef9705a4b128d8a3224 (patch)
tree756a5815e80b843c0cc23bfda9fbe69a9c2e3f31 /flake.lock
parent5621f36ddc6da19ee655b715265e64e2a847eaad (diff)
downloadogg-tagger-51aabd87ab79f0fc9c366ef9705a4b128d8a3224.tar.gz
ogg-tagger-51aabd87ab79f0fc9c366ef9705a4b128d8a3224.tar.bz2
ogg-tagger-51aabd87ab79f0fc9c366ef9705a4b128d8a3224.zip
add autodetecting music folder location
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock61
1 files changed, 61 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
new file mode 100644
index 0000000..cf5e6ba
--- /dev/null
+++ b/flake.lock
@@ -0,0 +1,61 @@
+{
+ "nodes": {
+ "flake-utils": {
+ "inputs": {
+ "systems": "systems"
+ },
+ "locked": {
+ "lastModified": 1705309234,
+ "narHash": "sha256-uNRRNRKmJyCRC/8y1RqBkqWBLM034y4qN7EprSdmgyA=",
+ "owner": "numtide",
+ "repo": "flake-utils",
+ "rev": "1ef2e671c3b0c19053962c07dbda38332dcebf26",
+ "type": "github"
+ },
+ "original": {
+ "owner": "numtide",
+ "repo": "flake-utils",
+ "type": "github"
+ }
+ },
+ "nixpkgs": {
+ "locked": {
+ "lastModified": 1707347730,
+ "narHash": "sha256-0etC/exQIaqC9vliKhc3eZE2Mm2wgLa0tj93ZF/egvM=",
+ "owner": "NixOS",
+ "repo": "nixpkgs",
+ "rev": "6832d0d99649db3d65a0e15fa51471537b2c56a6",
+ "type": "github"
+ },
+ "original": {
+ "owner": "NixOS",
+ "ref": "nixos-23.11",
+ "repo": "nixpkgs",
+ "type": "github"
+ }
+ },
+ "root": {
+ "inputs": {
+ "flake-utils": "flake-utils",
+ "nixpkgs": "nixpkgs"
+ }
+ },
+ "systems": {
+ "locked": {
+ "lastModified": 1681028828,
+ "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
+ "owner": "nix-systems",
+ "repo": "default",
+ "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
+ "type": "github"
+ },
+ "original": {
+ "owner": "nix-systems",
+ "repo": "default",
+ "type": "github"
+ }
+ }
+ },
+ "root": "root",
+ "version": 7
+}
Software created with 💖