This commit is contained in:
sadan 2024-09-17 21:24:54 -04:00
parent 8c8c4214ad
commit fc395fd6a7
No known key found for this signature in database
4 changed files with 38 additions and 26 deletions

10
common/pinned.nix Normal file
View file

@ -0,0 +1,10 @@
# https://lazamar.co.uk/nix-versions/
{}:
let
# 1.89.1
vsc_pkgs = import (builtins.fetchTarball {
url = "https://github.com/NixOS/nixpkgs/archive/0c19708cf035f50d28eb4b2b8e7a79d4dc52f6bb.tar.gz";
}) {};
in {
vscode = vsc_pkgs.vscode;
}