1
0
Fork 0
mirror of https://github.com/NixOS/nix-pills synced 2024-09-19 04:00:13 -04:00
nix-pills/pills/16/myrelease-nix.txt
Samuel Leathers cdf67dc403 port pill #16
2017-08-17 09:11:10 -04:00

5 lines
91 B
Plaintext

{ system ? builtins.currentSystem }:
let pkgs = import <nixpkgs> { inherit system; };
...