blob: 6049f4e72fd7ea90a83e369f2ae59701677ff0f9 (
plain)
1
2
3
4
5
|
At the moment it's not nice to use stockholm from an external perspective. This should be improved by providing a sane default.nix and/or shell.nix
At least following commands should work out of the box (on a system that provides some nixpkgs):
nix-shell --no-out-link -A pkgs.somepackage
|