This commit is contained in:
2026-07-04 21:08:32 -05:00
parent 8af8dd17e8
commit 970bfc604c
2 changed files with 21 additions and 34 deletions
Generated
+20 -34
View File
@@ -215,11 +215,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1782358560, "lastModified": 1783134515,
"narHash": "sha256-vCcLh9pw3XO/+Lxk8r6xv6QnoCrTfGqiACcI7O637Wg=", "narHash": "sha256-qMoZazubXlXUD9k/syJ/aiWC4X4g73mwVmZ7Z4+rdpM=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "3a70e333f2950c302e875c44cfcfaff3f80f36bc", "rev": "b885baad531fa3d3beae2ba9a0712d22974d8016",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -231,7 +231,10 @@
"naersk": { "naersk": {
"inputs": { "inputs": {
"fenix": "fenix", "fenix": "fenix",
"nixpkgs": "nixpkgs_2" "nixpkgs": [
"silicate",
"nixpkgs"
]
}, },
"locked": { "locked": {
"lastModified": 1782220280, "lastModified": 1782220280,
@@ -323,12 +326,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1781577229, "lastModified": 1782959384,
"narHash": "sha256-lrp67w8AulE9Ks53n27I45ADSzbOCn4H+CNW1Ck8B+8=", "narHash": "sha256-l57y2CK9dTSChgb6Edg7kkXu5DA4rucVbNFoQHUBjmw=",
"owner": "NixOS", "rev": "65179426c83bb3f6bc14898b42ea1c6f01d374b0",
"repo": "nixpkgs", "type": "tarball",
"rev": "567a49d1913ce81ac6e9582e3553dd90a955875f", "url": "https://releases.nixos.org/nixos/unstable/nixos-26.11pre1026231.65179426c83b/nixexprs.tar.xz"
"type": "github"
}, },
"original": { "original": {
"id": "nixpkgs", "id": "nixpkgs",
@@ -336,22 +338,6 @@
"type": "indirect" "type": "indirect"
} }
}, },
"nixpkgs_2": {
"locked": {
"lastModified": 1752077645,
"narHash": "sha256-HM791ZQtXV93xtCY+ZxG1REzhQenSQO020cu6rHtAPk=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "be9e214982e20b8310878ac2baa063a961c1bdf6",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"quickshell": { "quickshell": {
"inputs": { "inputs": {
"nixpkgs": [ "nixpkgs": [
@@ -359,11 +345,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1781847791, "lastModified": 1783212316,
"narHash": "sha256-Mo2YtNEGlcySnbq0YuP3nUKMAQCMAfE+TcCffo5vzD8=", "narHash": "sha256-tknenPoA90o+Z7woiHchSAHiQzI8s0qYWlB87lIVPEc=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "68c2c85c33845385f7ab8147b32f1450b1e468e0", "rev": "4f2c62486b0c939f7fc1f7cea68037173813dbfe",
"revCount": 824, "revCount": 826,
"type": "git", "type": "git",
"url": "https://git.outfoxxed.me/outfoxxed/quickshell" "url": "https://git.outfoxxed.me/outfoxxed/quickshell"
}, },
@@ -429,11 +415,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1783205610, "lastModified": 1783213376,
"narHash": "sha256-ZJjRXIyDNuK5pVOvBAb3Mwq/ydfLhue1OZMCJOJX8JU=", "narHash": "sha256-hjI1NqI84sKFcxdWIDvZ/4sEvw/rYdZdp2MYtb64uJ0=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "3f0f75ba3548711c8c0ec47edc8d4856f3abc36e", "rev": "c29be7a627b03d4713b77e5dbbe46d8196e3a821",
"revCount": 63, "revCount": 71,
"type": "git", "type": "git",
"url": "https://github.com/pure-sagacity/silicate" "url": "https://github.com/pure-sagacity/silicate"
}, },
+1
View File
@@ -37,6 +37,7 @@
gnupg gnupg
yazi yazi
inputs.silicate.packages.${pkgs.system}.default inputs.silicate.packages.${pkgs.system}.default
jujutsu
]; ];
nix = { nix = {