This commit is contained in:
Stephen Bryant
2025-01-04 21:44:17 -05:00
parent 784be34189
commit de7ccf78d7
2 changed files with 16 additions and 50 deletions

64
flake.lock generated
View File

@@ -17,24 +17,6 @@
"type": "github"
}
},
"flake-utils": {
"inputs": {
"systems": "systems"
},
"locked": {
"lastModified": 1710146030,
"narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"homebrew-bundle": {
"flake": false,
"locked": {
@@ -54,11 +36,11 @@
"homebrew-cask": {
"flake": false,
"locked": {
"lastModified": 1735966291,
"narHash": "sha256-mEdbo+3lH1D008ERQauBQuTMBX+OeHB2rKaR/o1aaho=",
"lastModified": 1736044780,
"narHash": "sha256-qy+vJxiHkYZhW1tsMoYQamqB9qH7GOSmuifCTaFuD5k=",
"owner": "homebrew",
"repo": "homebrew-cask",
"rev": "d0ded10395bb5fd28a0a495e26f1939c325d8c3d",
"rev": "864a85099bc1f5b66cc146c77b127a7ec29699f4",
"type": "github"
},
"original": {
@@ -70,11 +52,11 @@
"homebrew-core": {
"flake": false,
"locked": {
"lastModified": 1735965348,
"narHash": "sha256-o2uC6uH/AgUhyXF3lLAh0a5bw/SiRzdWUnwx2TKGubQ=",
"lastModified": 1736041820,
"narHash": "sha256-4k+3M0qs2rbhqR7QtffbPuTWu/rnSuu4aCfno9wiWeE=",
"owner": "homebrew",
"repo": "homebrew-core",
"rev": "a24fc02cb17b0d67657b6e707669a29578e2c9f2",
"rev": "5269812199d74ce7e80f9893b99f84ba4dd7c344",
"type": "github"
},
"original": {
@@ -90,11 +72,11 @@
]
},
"locked": {
"lastModified": 1735685839,
"narHash": "sha256-62xAPSs5VRZoPH7eRanUn5S5vZEd+8vM4bD5I+zxokc=",
"lastModified": 1736002328,
"narHash": "sha256-anoVvML2D+nLfHlBfhEcCMjTou/9SRrrlqQN+Ug39ws=",
"owner": "LnL7",
"repo": "nix-darwin",
"rev": "6a1fdb2a1204c0de038847b601cff5012e162b5e",
"rev": "a464e5ba8cfb10a81599dbd422f30f5d37997916",
"type": "github"
},
"original": {
@@ -124,16 +106,15 @@
"nix-homebrew": {
"inputs": {
"brew-src": "brew-src",
"flake-utils": "flake-utils",
"nix-darwin": "nix-darwin_2",
"nixpkgs": "nixpkgs_2"
},
"locked": {
"lastModified": 1732145543,
"narHash": "sha256-VRQh/lvCSko9YV7haXyPt7DSp+EkgjjBv/9U4cY9c50=",
"lastModified": 1736041957,
"narHash": "sha256-Kk/cVtkxwfHNoB6nINUarMLTtyAEvH+ohzxKBptMzzg=",
"owner": "zhaofengli-wip",
"repo": "nix-homebrew",
"rev": "ac3945ee614f69ab89c6935b3f0567028de5f012",
"rev": "a6d99cc7436fc18c097b3536d9c45c0548c694c8",
"type": "github"
},
"original": {
@@ -173,11 +154,11 @@
},
"nixpkgs_3": {
"locked": {
"lastModified": 1735821806,
"narHash": "sha256-cuNapx/uQeCgeuhUhdck3JKbgpsml259sjUQnWM7zW8=",
"lastModified": 1735915915,
"narHash": "sha256-Q4HuFAvoKAIiTRZTUxJ0ZXeTC7lLfC9/dggGHNXNlCw=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "d6973081434f88088e5321f83ebafe9a1167c367",
"rev": "a27871180d30ebee8aa6b11bf7fef8a52f024733",
"type": "github"
},
"original": {
@@ -196,21 +177,6 @@
"nix-homebrew": "nix-homebrew",
"nixpkgs": "nixpkgs_3"
}
},
"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",

View File

@@ -42,7 +42,7 @@
enable = true;
};
spotifyd = {
enable = true;
enable = false;
};
};