diff options
| author | Mel <einebeere@gmail.com> | 2025-01-11 16:16:03 +0100 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2025-01-11 16:16:03 +0100 |
| commit | 204a0959b6e5c0f7235533ad28dcb65af11f1e2a (patch) | |
| tree | 58e9bdd291eff528864ba4a09ab62b7c6e362082 /flake.lock | |
| parent | 955e83bd5fba137e1bb9fb171938e6d486ba21a0 (diff) | |
| download | minerals-204a0959b6e5c0f7235533ad28dcb65af11f1e2a.tar.zst minerals-204a0959b6e5c0f7235533ad28dcb65af11f1e2a.zip | |
Add extra external plugins to Codium
Signed-off-by: Mel <einebeere@gmail.com>
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock index 623405e..7de322e 100644 --- a/flake.lock +++ b/flake.lock @@ -62,6 +62,40 @@ "type": "github" } }, + "flake-compat_2": { + "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" + } + }, + "flake-utils": { + "inputs": { + "systems": "systems_2" + }, + "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" + } + }, "home-manager": { "inputs": { "nixpkgs": [ @@ -83,6 +117,28 @@ "type": "github" } }, + "nix-vscode-extensions": { + "inputs": { + "flake-compat": "flake-compat_2", + "flake-utils": "flake-utils", + "nixpkgs": [ + "nixpkgs-unstable" + ] + }, + "locked": { + "lastModified": 1736473789, + "narHash": "sha256-euzobfF3ZGZS2r7RP+eUbZTdZ7NnsSZdEHf4iZICs7Y=", + "owner": "nix-community", + "repo": "nix-vscode-extensions", + "rev": "435ca21d3a971c11f5007ba7adfd2b88eda2dfe9", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "nix-vscode-extensions", + "type": "github" + } + }, "nixpkgs": { "locked": { "lastModified": 1736200483, @@ -120,6 +176,7 @@ "agenix": "agenix", "flake-compat": "flake-compat", "home-manager": "home-manager", + "nix-vscode-extensions": "nix-vscode-extensions", "nixpkgs": "nixpkgs", "nixpkgs-unstable": "nixpkgs-unstable" } @@ -138,6 +195,21 @@ "repo": "default", "type": "github" } + }, + "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" + } } }, "root": "root", |
