summaryrefslogtreecommitdiff
path: root/default.nix
blob: 9ef7abf2f5557805ddcc917c99e6ffcc4783b60b (plain)
1
2
3
4
let
  nixpkgsSrc = builtins.fetchTarball channel:nixos-unstable;
  nixpkgs = import nixpkgsSrc {};
in nixpkgs.hello