nixos-config/flake.lock

605 lines
16 KiB
Plaintext
Raw Normal View History

2024-01-12 15:59:57 +01:00
{
"nodes": {
2024-03-18 22:00:13 +01:00
"apple-silicon": {
"inputs": {
"flake-compat": "flake-compat",
"nixpkgs": "nixpkgs",
"rust-overlay": "rust-overlay"
},
"locked": {
2024-05-22 13:00:08 +02:00
"lastModified": 1716006448,
"narHash": "sha256-IjqkCdRLwQtGtxTdgm8oZcUyi71PPCK0QNFVpamth5E=",
2024-03-18 22:00:13 +01:00
"owner": "tpwrules",
"repo": "nixos-apple-silicon",
2024-05-22 13:00:08 +02:00
"rev": "1b16e4290a5e4a59c75ef53617d597e02078791e",
2024-03-18 22:00:13 +01:00
"type": "github"
},
"original": {
"owner": "tpwrules",
"repo": "nixos-apple-silicon",
"type": "github"
}
},
2024-03-03 12:34:10 +01:00
"devshell": {
"inputs": {
2024-03-03 12:34:10 +01:00
"flake-utils": "flake-utils_3",
"nixpkgs": [
2024-03-03 12:34:10 +01:00
"nixvim",
"nixpkgs"
]
},
"locked": {
2024-04-23 18:17:05 +02:00
"lastModified": 1713532798,
"narHash": "sha256-wtBhsdMJA3Wa32Wtm1eeo84GejtI43pMrFrmwLXrsEc=",
2024-03-03 12:34:10 +01:00
"owner": "numtide",
"repo": "devshell",
2024-04-23 18:17:05 +02:00
"rev": "12e914740a25ea1891ec619bb53cf5e6ca922e40",
"type": "github"
},
"original": {
2024-03-03 12:34:10 +01:00
"owner": "numtide",
"repo": "devshell",
"type": "github"
}
},
"firefox-addons": {
2024-01-28 22:51:43 +01:00
"inputs": {
"flake-utils": "flake-utils",
2024-03-18 22:00:13 +01:00
"nixpkgs": "nixpkgs_2"
2024-01-28 22:51:43 +01:00
},
"locked": {
"dir": "pkgs/firefox-addons",
2024-05-22 13:00:08 +02:00
"lastModified": 1716177794,
"narHash": "sha256-Gp+B32eIs4hNTmTEFLoSinotG4mJ/KOC/S0qyxmdegE=",
"owner": "rycee",
"repo": "nur-expressions",
2024-05-22 13:00:08 +02:00
"rev": "650bb203d418d285b9a9516a4ea2a10fa361c735",
"type": "gitlab"
2024-01-28 22:51:43 +01:00
},
"original": {
"dir": "pkgs/firefox-addons",
"owner": "rycee",
"repo": "nur-expressions",
"type": "gitlab"
2024-01-28 22:51:43 +01:00
}
},
"flake-compat": {
2024-03-18 22:00:13 +01:00
"locked": {
"lastModified": 1688025799,
"narHash": "sha256-ktpB4dRtnksm9F5WawoIkEneh1nrEvuxb5lJFt1iOyw=",
"owner": "nix-community",
"repo": "flake-compat",
"rev": "8bf105319d44f6b9f0d764efa4fdef9f1cc9ba1c",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "flake-compat",
"type": "github"
}
},
"flake-compat_2": {
"locked": {
"lastModified": 1696426674,
"narHash": "sha256-kvjfFW7WAETZlt09AgDn1MrtKzP7t90Vf7vypd3OL1U=",
"rev": "0f9255e01c2351cc7d116c072cb317785dd33b33",
"revCount": 57,
"type": "tarball",
"url": "https://api.flakehub.com/f/pinned/edolstra/flake-compat/1.0.1/018afb31-abd1-7bff-a5e4-cff7e18efb7a/source.tar.gz"
},
"original": {
"type": "tarball",
"url": "https://flakehub.com/f/edolstra/flake-compat/1.tar.gz"
}
},
2024-03-18 22:00:13 +01:00
"flake-compat_3": {
2024-01-28 22:51:43 +01:00
"flake": false,
"locked": {
2024-02-13 22:04:37 +01:00
"lastModified": 1696426674,
"narHash": "sha256-kvjfFW7WAETZlt09AgDn1MrtKzP7t90Vf7vypd3OL1U=",
2024-01-28 22:51:43 +01:00
"owner": "edolstra",
"repo": "flake-compat",
2024-02-13 22:04:37 +01:00
"rev": "0f9255e01c2351cc7d116c072cb317785dd33b33",
2024-01-28 22:51:43 +01:00
"type": "github"
},
"original": {
"owner": "edolstra",
"repo": "flake-compat",
"type": "github"
}
},
"flake-parts": {
2024-01-12 15:59:57 +01:00
"inputs": {
"nixpkgs-lib": [
"nixvim",
"nixpkgs"
]
2024-01-12 15:59:57 +01:00
},
"locked": {
2024-05-22 13:00:08 +02:00
"lastModified": 1715865404,
"narHash": "sha256-/GJvTdTpuDjNn84j82cU6bXztE0MSkdnTWClUCRub78=",
"owner": "hercules-ci",
"repo": "flake-parts",
2024-05-22 13:00:08 +02:00
"rev": "8dc45382d5206bd292f9c2768b8058a8fd8311d9",
"type": "github"
},
"original": {
"owner": "hercules-ci",
"repo": "flake-parts",
"type": "github"
}
},
2024-05-14 22:16:52 +02:00
"flake-root": {
"locked": {
"lastModified": 1713493429,
"narHash": "sha256-ztz8JQkI08tjKnsTpfLqzWoKFQF4JGu2LRz8bkdnYUk=",
"owner": "srid",
"repo": "flake-root",
"rev": "bc748b93b86ee76e2032eecda33440ceb2532fcd",
"type": "github"
},
"original": {
"owner": "srid",
"repo": "flake-root",
"type": "github"
}
},
"flake-utils": {
"locked": {
"lastModified": 1629284811,
"narHash": "sha256-JHgasjPR0/J1J3DRm4KxM4zTyAj4IOJY8vIl75v/kPI=",
2024-01-12 15:59:57 +01:00
"owner": "numtide",
"repo": "flake-utils",
"rev": "c5d161cc0af116a2e17f54316f0bf43f0819785c",
2024-01-12 15:59:57 +01:00
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
2024-01-28 22:51:43 +01:00
"flake-utils_2": {
"inputs": {
2024-03-03 12:34:10 +01:00
"systems": "systems"
2024-01-28 22:51:43 +01:00
},
"locked": {
"lastModified": 1710146030,
"narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=",
2024-01-28 22:51:43 +01:00
"owner": "numtide",
"repo": "flake-utils",
"rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a",
2024-01-28 22:51:43 +01:00
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"flake-utils_3": {
2024-03-03 12:34:10 +01:00
"inputs": {
"systems": "systems_2"
},
"locked": {
"lastModified": 1701680307,
"narHash": "sha256-kAuep2h5ajznlPMD9rnQyffWG8EM/C73lejGofXvdM8=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "4022d587cbbfd70fe950c1e2083a02621806a725",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"flake-utils_4": {
2024-01-28 22:51:43 +01:00
"inputs": {
"systems": "systems_3"
2024-01-28 22:51:43 +01:00
},
"locked": {
"lastModified": 1685518550,
"narHash": "sha256-o2d0KcvaXzTrPRIo0kOLV0/QXHhDQ5DTi+OxcjO8xqY=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "a1720a10a6cfe8234c0e93907ffe81be440f4cef",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
2024-01-28 22:51:43 +01:00
"gitignore": {
"inputs": {
"nixpkgs": [
"nixvim",
"pre-commit-hooks",
"nixpkgs"
]
},
"locked": {
"lastModified": 1709087332,
"narHash": "sha256-HG2cCnktfHsKV0s4XW83gU3F57gaTljL9KNSuG6bnQs=",
2024-01-28 22:51:43 +01:00
"owner": "hercules-ci",
"repo": "gitignore.nix",
"rev": "637db329424fd7e46cf4185293b9cc8c88c95394",
2024-01-28 22:51:43 +01:00
"type": "github"
},
"original": {
"owner": "hercules-ci",
"repo": "gitignore.nix",
"type": "github"
}
},
2024-01-12 15:59:57 +01:00
"home-manager": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
2024-05-19 11:25:43 +02:00
"lastModified": 1715930644,
"narHash": "sha256-W9pyM3/vePxrffHtzlJI6lDS3seANQ+Nqp+i58O46LI=",
"owner": "nix-community",
"repo": "home-manager",
2024-05-19 11:25:43 +02:00
"rev": "e3ad5108f54177e6520535768ddbf1e6af54b59d",
"type": "github"
},
"original": {
"owner": "nix-community",
"ref": "master",
"repo": "home-manager",
"type": "github"
}
},
2024-03-03 12:34:10 +01:00
"home-manager_2": {
"inputs": {
"nixpkgs": [
"nixvim",
"nixpkgs"
2024-01-12 15:59:57 +01:00
]
},
"locked": {
2024-05-22 13:00:08 +02:00
"lastModified": 1715930644,
"narHash": "sha256-W9pyM3/vePxrffHtzlJI6lDS3seANQ+Nqp+i58O46LI=",
2024-01-12 15:59:57 +01:00
"owner": "nix-community",
"repo": "home-manager",
2024-05-22 13:00:08 +02:00
"rev": "e3ad5108f54177e6520535768ddbf1e6af54b59d",
2024-01-12 15:59:57 +01:00
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "home-manager",
"type": "github"
}
},
2024-04-18 19:19:36 +02:00
"nh": {
"inputs": {
"nixpkgs": "nixpkgs_3"
},
"locked": {
"lastModified": 1714905986,
"narHash": "sha256-Vj7iFkLrd7MDeeMVVol5uHTcaLwDq4a3vNx+6Sy1FLU=",
2024-04-18 19:19:36 +02:00
"owner": "viperML",
"repo": "nh",
"rev": "127a23c82aa41091e97466092d2547c08c2a9a9d",
2024-04-18 19:19:36 +02:00
"type": "github"
},
"original": {
"owner": "viperML",
"repo": "nh",
"type": "github"
}
},
"nix-darwin": {
"inputs": {
"nixpkgs": [
"nixvim",
"nixpkgs"
]
},
"locked": {
2024-05-22 13:00:08 +02:00
"lastModified": 1715901937,
"narHash": "sha256-eMyvWP56ZOdraC2IOvZo0/RTDcrrsqJ0oJWDC76JTak=",
"owner": "lnl7",
"repo": "nix-darwin",
2024-05-22 13:00:08 +02:00
"rev": "ffc01182f90118119930bdfc528c1ee9a39ecef8",
"type": "github"
},
"original": {
"owner": "lnl7",
"repo": "nix-darwin",
"type": "github"
}
},
"nixos-hardware": {
"locked": {
2024-05-22 13:00:08 +02:00
"lastModified": 1716173274,
"narHash": "sha256-FC21Bn4m6ctajMjiUof30awPBH/7WjD0M5yqrWepZbY=",
"owner": "NixOS",
"repo": "nixos-hardware",
2024-05-22 13:00:08 +02:00
"rev": "d9e0b26202fd500cf3e79f73653cce7f7d541191",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "master",
"repo": "nixos-hardware",
"type": "github"
}
},
2024-01-12 15:59:57 +01:00
"nixpkgs": {
"locked": {
2024-05-22 13:00:08 +02:00
"lastModified": 1715787315,
"narHash": "sha256-cYApT0NXJfqBkKcci7D9Kr4CBYZKOQKDYA23q8XNuWg=",
2024-03-03 12:34:10 +01:00
"owner": "nixos",
2024-01-12 15:59:57 +01:00
"repo": "nixpkgs",
2024-05-22 13:00:08 +02:00
"rev": "33d1e753c82ffc557b4a585c77de43d4c922ebb5",
2024-01-12 15:59:57 +01:00
"type": "github"
},
"original": {
2024-03-03 12:34:10 +01:00
"owner": "nixos",
2024-01-12 15:59:57 +01:00
"repo": "nixpkgs",
2024-05-22 13:00:08 +02:00
"rev": "33d1e753c82ffc557b4a585c77de43d4c922ebb5",
2024-01-12 15:59:57 +01:00
"type": "github"
}
},
"nixpkgs-master": {
2024-01-28 22:51:43 +01:00
"locked": {
2024-05-22 13:00:08 +02:00
"lastModified": 1716236443,
"narHash": "sha256-QYsyHS9LkZQMNLaHGD2EAh597hr0qJ4Ctqaro8tMdHk=",
2024-01-28 22:51:43 +01:00
"owner": "NixOS",
"repo": "nixpkgs",
2024-05-22 13:00:08 +02:00
"rev": "1008c3667a4667e24ed0748421af0f8cfc51093a",
2024-01-28 22:51:43 +01:00
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "master",
2024-01-28 22:51:43 +01:00
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs_2": {
2024-03-18 22:00:13 +01:00
"locked": {
"lastModified": 1627814220,
"narHash": "sha256-P+MDgdZw2CBk9X1ZZaUgHgN+32pTfLFf3XVIBOXirI4=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "ab5b6828af26215bf2646c31961da5d3749591ef",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs_3": {
"locked": {
"lastModified": 1714409183,
"narHash": "sha256-Wacm/DrzLD7mjFGnSxxyGkJgg2unU/dNdNgdngBH+RU=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "576ecd43d3b864966b4423a853412d6177775e8b",
"type": "github"
},
"original": {
"owner": "NixOS",
2024-04-18 19:19:36 +02:00
"ref": "nixos-23.11",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs_4": {
2024-04-18 19:19:36 +02:00
"locked": {
2024-05-22 13:00:08 +02:00
"lastModified": 1716137900,
"narHash": "sha256-sowPU+tLQv8GlqtVtsXioTKeaQvlMz/pefcdwg8MvfM=",
2024-04-18 19:19:36 +02:00
"owner": "NixOS",
"repo": "nixpkgs",
2024-05-22 13:00:08 +02:00
"rev": "6c0b7a92c30122196a761b440ac0d46d3d9954f1",
2024-04-18 19:19:36 +02:00
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs_5": {
"locked": {
"lastModified": 1686020360,
"narHash": "sha256-Wee7lIlZ6DIZHHLiNxU5KdYZQl0iprENXa/czzI6Cj4=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "4729ffac6fd12e26e5a8de002781ffc49b0e94b7",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
2024-01-28 22:51:43 +01:00
"nixvim": {
"inputs": {
2024-03-03 12:34:10 +01:00
"devshell": "devshell",
2024-03-18 22:00:13 +01:00
"flake-compat": "flake-compat_2",
"flake-parts": "flake-parts",
2024-05-14 22:16:52 +02:00
"flake-root": "flake-root",
2024-03-03 12:34:10 +01:00
"home-manager": "home-manager_2",
"nix-darwin": "nix-darwin",
2024-01-28 22:51:43 +01:00
"nixpkgs": [
"nixpkgs"
],
2024-05-14 22:16:52 +02:00
"pre-commit-hooks": "pre-commit-hooks",
"treefmt-nix": "treefmt-nix"
2024-01-28 22:51:43 +01:00
},
"locked": {
2024-05-22 13:00:08 +02:00
"lastModified": 1716231345,
"narHash": "sha256-w4Nq37XfIiKBpmYa7RlHqHFwE30BlpH6lTbfgmzyfF0=",
2024-01-28 22:51:43 +01:00
"owner": "nix-community",
"repo": "nixvim",
2024-05-22 13:00:08 +02:00
"rev": "c490fbe5d988fc0c53539fbf887f28b964f9898d",
2024-01-28 22:51:43 +01:00
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "nixvim",
"type": "github"
}
},
"pre-commit-hooks": {
"inputs": {
2024-03-18 22:00:13 +01:00
"flake-compat": "flake-compat_3",
2024-01-28 22:51:43 +01:00
"gitignore": "gitignore",
"nixpkgs": [
"nixvim",
"nixpkgs"
],
"nixpkgs-stable": [
"nixvim",
"nixpkgs"
]
2024-01-28 22:51:43 +01:00
},
"locked": {
2024-05-22 13:00:08 +02:00
"lastModified": 1715870890,
"narHash": "sha256-nacSOeXtUEM77Gn0G4bTdEOeFIrkCBXiyyFZtdGwuH0=",
2024-01-28 22:51:43 +01:00
"owner": "cachix",
"repo": "pre-commit-hooks.nix",
2024-05-22 13:00:08 +02:00
"rev": "fa606cccd7b0ccebe2880051208e4a0f61bfc8c1",
2024-01-28 22:51:43 +01:00
"type": "github"
},
"original": {
"owner": "cachix",
"repo": "pre-commit-hooks.nix",
"type": "github"
}
},
2024-01-12 15:59:57 +01:00
"root": {
"inputs": {
2024-03-18 22:00:13 +01:00
"apple-silicon": "apple-silicon",
"firefox-addons": "firefox-addons",
"flake-utils": "flake-utils_2",
2024-03-03 12:34:10 +01:00
"home-manager": "home-manager",
2024-04-18 19:19:36 +02:00
"nh": "nh",
"nixos-hardware": "nixos-hardware",
2024-04-18 19:19:36 +02:00
"nixpkgs": "nixpkgs_4",
"nixpkgs-master": "nixpkgs-master",
"nixvim": "nixvim",
"spicetify-nix": "spicetify-nix"
2024-01-12 15:59:57 +01:00
}
},
2024-03-18 22:00:13 +01:00
"rust-overlay": {
"flake": false,
"locked": {
"lastModified": 1686795910,
"narHash": "sha256-jDa40qRZ0GRQtP9EMZdf+uCbvzuLnJglTUI2JoHfWDc=",
"owner": "oxalica",
"repo": "rust-overlay",
"rev": "5c2b97c0a9bc5217fc3dfb1555aae0fb756d99f9",
"type": "github"
},
"original": {
"owner": "oxalica",
"repo": "rust-overlay",
"type": "github"
}
},
"spicetify-nix": {
"inputs": {
2024-05-22 13:00:08 +02:00
"flake-utils": "flake-utils_4",
2024-04-18 19:19:36 +02:00
"nixpkgs": "nixpkgs_5"
},
"locked": {
"lastModified": 1704167711,
"narHash": "sha256-kFDq+kf/Di/P8bq5sUP8pVwRkrSVrABksBjMPmLic3s=",
"owner": "the-argus",
"repo": "spicetify-nix",
"rev": "1325416f951d6a82cfddb1289864ad782e2b87c4",
"type": "github"
},
"original": {
"owner": "the-argus",
"repo": "spicetify-nix",
"type": "github"
}
},
2024-01-12 15:59:57 +01:00
"systems": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
2024-01-28 22:51:43 +01:00
},
"systems_2": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
},
"systems_3": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
},
2024-05-14 22:16:52 +02:00
"treefmt-nix": {
"inputs": {
"nixpkgs": [
"nixvim",
"nixpkgs"
]
},
"locked": {
2024-05-22 13:00:08 +02:00
"lastModified": 1715940852,
"narHash": "sha256-wJqHMg/K6X3JGAE9YLM0LsuKrKb4XiBeVaoeMNlReZg=",
2024-05-14 22:16:52 +02:00
"owner": "numtide",
"repo": "treefmt-nix",
2024-05-22 13:00:08 +02:00
"rev": "2fba33a182602b9d49f0b2440513e5ee091d838b",
2024-05-14 22:16:52 +02:00
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "treefmt-nix",
"type": "github"
}
2024-01-12 15:59:57 +01:00
}
},
"root": "root",
"version": 7
}