mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 22:59:15 +00:00
nix: actually started my internship
This commit is contained in:
parent
061895bfc9
commit
5fbc61bfa6
2 changed files with 6 additions and 5 deletions
|
|
@ -1,14 +0,0 @@
|
|||
{ lib, pkgs, ... }:
|
||||
let
|
||||
inherit (pkgs) ghc-pin;
|
||||
in
|
||||
{
|
||||
home.homeDirectory = throw "fix this"
|
||||
# lib.mkForce "/Users/leana"
|
||||
;
|
||||
|
||||
home.packages = [
|
||||
ghc-pin.ghc
|
||||
ghc-pin.haskell-language-server
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue