Skip to content

Instantly share code, notes, and snippets.

View GeroVanMi's full-sized avatar
🚀
Copy moon joy!

Gérôme Meyer GeroVanMi

🚀
Copy moon joy!
  • Switzerland
View GitHub Profile
@GeroVanMi
GeroVanMi / shell.nix
Created April 6, 2024 06:32
A simple nix shell with unstable pkgs
let
nixpkgs_unstable = fetchTarball "https://github.com/NixOS/nixpkgs/tarball/nixos-unstable";
pkgs_unstable = import nixpkgs_unstable { config = {}; overlays = []; };
nixpkgs = fetchTarball "https://github.com/NixOS/nixpkgs/tarball/nixos-23.11";
pkgs = import nixpkgs { config = {}; overlays = []; };
in
pkgs.mkShellNoCC {
packages = [
for(Test test : Tests) {
System.out.println(test.getText());
}
for(Test test : Tests) {
System.out.println(test.getText());
}