mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-24 05:07:00 -04:00
things
This commit is contained in:
parent
8c8c4214ad
commit
fc395fd6a7
4 changed files with 38 additions and 26 deletions
10
common/pinned.nix
Normal file
10
common/pinned.nix
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue