mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-10 04:40:25 +01:00
Pin nixpkgs version
This commit is contained in:
parent
fac6361898
commit
b18726eac9
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
with (import <nixpkgs> {});
|
||||
mkShell {
|
||||
let
|
||||
pkgs = import (fetchTarball("https://github.com/NixOS/nixpkgs/archive/09cd65b33c5653d7d2954fef4b9f0e718c899743.tar.gz")) {};
|
||||
in pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
git
|
||||
scons
|
||||
|
|
Loading…
Reference in a new issue