remove locks

This commit is contained in:
2024-11-19 23:34:06 -06:00
parent 8b77c44e3e
commit 774b1f919b
10 changed files with 11 additions and 2838 deletions

View File

@@ -1,131 +0,0 @@
{
"nodes": {
"flake-compat": {
"flake": false,
"locked": {
"lastModified": 1696426674,
"narHash": "sha256-kvjfFW7WAETZlt09AgDn1MrtKzP7t90Vf7vypd3OL1U=",
"owner": "edolstra",
"repo": "flake-compat",
"rev": "0f9255e01c2351cc7d116c072cb317785dd33b33",
"type": "github"
},
"original": {
"owner": "edolstra",
"repo": "flake-compat",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1731797254,
"narHash": "sha256-df3dJApLPhd11AlueuoN0Q4fHo/hagP75LlM5K1sz9g=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "e8c38b73aeb218e27163376a2d617e61a2ad9b59",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs-us": {
"locked": {
"lastModified": 1731676054,
"narHash": "sha256-OZiZ3m8SCMfh3B6bfGC/Bm4x3qc1m2SVEAlkV6iY7Yg=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "5e4fbfb6b3de1aa2872b76d49fafc942626e2add",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs_2": {
"locked": {
"lastModified": 1731797254,
"narHash": "sha256-df3dJApLPhd11AlueuoN0Q4fHo/hagP75LlM5K1sz9g=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "e8c38b73aeb218e27163376a2d617e61a2ad9b59",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"nixpkgs-us": "nixpkgs-us",
"spicetify-ext": "spicetify-ext",
"spicetify-nix": "spicetify-nix",
"themecord": "themecord"
}
},
"spicetify-ext": {
"flake": false,
"locked": {
"lastModified": 1732049311,
"narHash": "sha256-Iod7aHgJwEfclCXmIvyzfS8Nu1fWHyKqHD7qzHjDH/4=",
"owner": "rxri",
"repo": "spicetify-extensions",
"rev": "c03b61c0f8adcf338f0f071046a8f2a20b2093ad",
"type": "github"
},
"original": {
"owner": "rxri",
"repo": "spicetify-extensions",
"type": "github"
}
},
"spicetify-nix": {
"inputs": {
"flake-compat": "flake-compat",
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1731989835,
"narHash": "sha256-Y1S+x2jWLQB9hn4aG04/213ZlTp+30itKe9KcSsrFgw=",
"owner": "Gerg-L",
"repo": "spicetify-nix",
"rev": "aac6c81489f61034916efa4ed62840dc1d72c413",
"type": "github"
},
"original": {
"owner": "Gerg-L",
"repo": "spicetify-nix",
"type": "github"
}
},
"themecord": {
"inputs": {
"nixpkgs": "nixpkgs_2"
},
"locked": {
"lastModified": 1730423227,
"narHash": "sha256-l6GrzdZIyoTTLeRChcwNU1aF2thkoc4BmfAGD6FoVSo=",
"owner": "danihek",
"repo": "themecord",
"rev": "2fbcd5bcdd21d373103fae73b68516bbe8cb44f4",
"type": "github"
},
"original": {
"owner": "danihek",
"repo": "themecord",
"type": "github"
}
}
},
"root": "root",
"version": 7
}

View File

@@ -10,7 +10,7 @@
spicetify-nix = {
url = "github:Gerg-L/spicetify-nix";
inputs.nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05";
#inputs.nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05";
};
spicetify-ext = {