Compare commits

..

3 commits

Author SHA1 Message Date
Katherina Walshe-Grey 02430a46ea move to flake entrypoint 2024-08-22 01:25:57 +01:00
Katherina Walshe-Grey 60a9f59816 vscode: downgrade nix-vscode-extensions
It turns out a typical cadence for breaking changes to the VS Code
plugin API is every two or three months. What the fuck.

Obviously this means it's not practical to pair nixos stable releases
with the rolling-release model of nix-vscode-extensions. So, I'm
downgrading nix-vscode-extensions to the commit that was live as of
24.05's freeze from nixpkgs master, and will just update it once every
six months, unless something else breaks.
2024-08-22 00:55:30 +01:00
Katherina Walshe-Grey b630349c68 git: automatically --set-upstream for new branches 2024-08-20 13:55:38 +01:00
2 changed files with 6 additions and 3 deletions

View file

@ -9,6 +9,9 @@
init = {
defaultBranch = "main";
};
push = {
autoSetupRemote = true;
};
};
};
}

View file

@ -23,9 +23,9 @@
"repo": "nix-vscode-extensions"
},
"branch": "master",
"revision": "5ea2b85a16c2d4b3c847854e7c8c188f3e0c6db8",
"url": "https://github.com/nix-community/nix-vscode-extensions/archive/5ea2b85a16c2d4b3c847854e7c8c188f3e0c6db8.tar.gz",
"hash": "0192xjwzh1x9gmj6kwigd1zdpngx5qrnd2qbrc8xh5x0294qakgb"
"revision": "27ce569a199d2da1a8483fe3d69dd41664da3a63",
"url": "https://github.com/nix-community/nix-vscode-extensions/archive/27ce569a199d2da1a8483fe3d69dd41664da3a63.tar.gz",
"hash": "1dpykmk4xmpvx9i8awd93h0g1q8ir2pwsisjzc7vc5f43lm7h86b"
},
"nur": {
"type": "Git",