30
flake.lock
generated
30
flake.lock
generated
@@ -135,11 +135,11 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1762041416,
|
"lastModified": 1762146130,
|
||||||
"narHash": "sha256-rmJKABRXnhFjjI6RB/MnEvLTQa569zu684Th9y6UlOI=",
|
"narHash": "sha256-/XOEA0a61fZ45i/BpaSsyLNNbw/yKwjMbkB/IWSGLzU=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "c0016dd14773f4ca0b467b74c7cdcc501570df4b",
|
"rev": "b5ed4afc2277339bdf0e9edf59befff7350cf075",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@@ -151,11 +151,11 @@
|
|||||||
"homebrew-cask": {
|
"homebrew-cask": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1762080159,
|
"lastModified": 1762149878,
|
||||||
"narHash": "sha256-XpxC1kNVmmRGBG9dpzAAIhQmMhZe+x0eQT2L5ECuLTo=",
|
"narHash": "sha256-f34QXqGaw+emNy1PjXjVgV4ZUshGsbNA+7l90OgoIYs=",
|
||||||
"owner": "homebrew",
|
"owner": "homebrew",
|
||||||
"repo": "homebrew-cask",
|
"repo": "homebrew-cask",
|
||||||
"rev": "925eea9da76cd6c5e5ba4dc4389da59f66aa1269",
|
"rev": "ba18529a72022143b35da1d5b24bd747aeabc532",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@@ -167,11 +167,11 @@
|
|||||||
"homebrew-core": {
|
"homebrew-core": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1762079722,
|
"lastModified": 1762151841,
|
||||||
"narHash": "sha256-lINnzl99Kcmg2pfKlmAGSjn/pE4z97Q/POyXX33qf1M=",
|
"narHash": "sha256-3f8RQlnUCu2LKUQYkWc2jHZc/iWPq3zJT7Z2MYbIXZA=",
|
||||||
"owner": "homebrew",
|
"owner": "homebrew",
|
||||||
"repo": "homebrew-core",
|
"repo": "homebrew-core",
|
||||||
"rev": "010a5b6a6d1c86618fc10659d2a92df0f8a1f162",
|
"rev": "ca889ec7d9ff7b67ca7cd0142b296e0134dd67a8",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@@ -228,11 +228,11 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1762094371,
|
"lastModified": 1762145425,
|
||||||
"narHash": "sha256-Cz97IuTvpjh+57ZWX4jeNZ01WWOPCsDJ/YkJwKkBhvg=",
|
"narHash": "sha256-l13Kug49gMpYEWJwGwSQBUT6zdusyZcONoJAu71wAX0=",
|
||||||
"owner": "delafthi",
|
"owner": "delafthi",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "2cbd945b39532fd1d5ce1b9314dae12bfbae75a1",
|
"rev": "eda9f6b340ab35824dc4ddd932eb0810ed22a483",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@@ -297,11 +297,11 @@
|
|||||||
"systems": "systems_2"
|
"systems": "systems_2"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1762077398,
|
"lastModified": 1762097356,
|
||||||
"narHash": "sha256-yjZQWpVOwMR77LHj8vxoIvhH3kn50cN14aNLIYmNFow=",
|
"narHash": "sha256-XwLZC+5T3gJJWVVAZ9atpRPopyXXlHfF5fvkhTigs0E=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "nixvim",
|
"repo": "nixvim",
|
||||||
"rev": "5fac3a31dee620fe69d7c4314a8dd521c1406421",
|
"rev": "660fba984fe25ded6fa2e32016c05aebf4290273",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|||||||
@@ -6,6 +6,9 @@
|
|||||||
suggestion = {
|
suggestion = {
|
||||||
enabled = true;
|
enabled = true;
|
||||||
auto_trigger = true;
|
auto_trigger = true;
|
||||||
|
keymap = {
|
||||||
|
accept = "<Tab>";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
12
overlays/opencode.nix
Normal file
12
overlays/opencode.nix
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
{inputs}: final: prev: {
|
||||||
|
# Override the fixed-output hash for the nested derivation
|
||||||
|
# opencode-src-with-node_modules on x86_64-linux
|
||||||
|
opencode = prev.opencode.overrideAttrs (old: {
|
||||||
|
"src-with-node_modules" = old."src-with-node_modules".overrideAttrs (o2: {
|
||||||
|
outputHash = if prev.stdenv.hostPlatform.system == "x86_64-linux"
|
||||||
|
then "sha256-eML3T1FQ5ziRWIuLDirnHvxLEKMtKDy3op47JnfFU6w="
|
||||||
|
else o2.outputHash;
|
||||||
|
});
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
Reference in New Issue
Block a user