stockholm/nixpkgs/default.nix

7 lines
108 B
Nix
Raw Normal View History

2016-02-13 17:17:55 +00:00
{ system ? builtins.currentSystem }:
2016-02-12 11:23:13 +00:00
(import <stockholm> {
2016-02-13 17:17:55 +00:00
inherit system;
2016-02-12 11:23:13 +00:00
configuration = {};
}).pkgs