mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
nix: new host hydragyrum
This commit is contained in:
parent
e133fc127e
commit
408421aff3
3 changed files with 17 additions and 0 deletions
|
|
@ -34,6 +34,8 @@
|
|||
oracle.system = "aarch64-linux";
|
||||
# Linode
|
||||
linode.system = "x86_64-linux";
|
||||
# Inria
|
||||
hydragyrum.system = "x86_64-linux";
|
||||
};
|
||||
|
||||
nixosConfigurations = mkNixOSes {
|
||||
|
|
|
|||
14
nix/home/hydragyrum/default.nix
Normal file
14
nix/home/hydragyrum/default.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{ 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