mirror of
https://github.com/dhall-lang/dhall-kubernetes.git
synced 2024-11-03 21:05:47 +03:00
11 lines
289 B
Nix
11 lines
289 B
Nix
|
let
|
||
|
rev = "c5f9cd4cde81bcef2c8882d359d9d30313bebeb3";
|
||
|
outputSha256 = "1nilhz6rhfg3ckp8yfmgy6v3q6spbyxfg0yn8rc2ydyn7119h4fn";
|
||
|
|
||
|
nixpkgs = builtins.fetchTarball {
|
||
|
url = "https://github.com/NixOS/nixpkgs/archive/${rev}.tar.gz";
|
||
|
sha256 = outputSha256;
|
||
|
};
|
||
|
in
|
||
|
import nixpkgs {}
|