This website requires JavaScript.
Explore
Help
Register
Sign in
mdebray
/
tvl-depot
Watch
1
Star
0
Fork
You've already forked tvl-depot
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
48fde5f278
tvl-depot
/
scratch
/
groceries
/
shell.nix
6 lines
97 B
Nix
Raw
Normal View
History
Unescape
Escape
Add export script for groceries At this point, I may be taking this idea too far, but what the heck?
2020-06-27 15:06:59 +02:00
let
Drop support for dir-locals.nix, <nixpkgs>, etc. In the spirit of Marie Kondo, I'm tidying up! TL;DR: - Prefer .envrc `use_nix` and delete all dir-locals.nix files - Remove ~all references to <nixpkgs>, <unstable>, <depot> and prefer referencing each with briefcase.third_party.{pkgs,unstable,depot} - Delete nixBufferFromShell function since I was only using that in dir-locals.nix files
2020-08-18 13:00:17 +02:00
briefcase
=
import
<briefcase>
{
}
;
in
briefcase
.
buildHaskell
.
shell
{
deps
=
hpkgs
:
[
]
;
Add export script for groceries At this point, I may be taking this idea too far, but what the heck?
2020-06-27 15:06:59 +02:00
}
Reference in a new issue
Copy permalink