mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-09 10:29:05 +02:00
Trying to fix mosh
This commit is contained in:
parent
bc5d856dbf
commit
26129b461a
5 changed files with 96 additions and 1 deletions
|
@ -19,6 +19,7 @@
|
|||
outputs = { self, home-manager, nixpkgs, neovim-nightly-overlay, nur, ... }@inputs:
|
||||
let
|
||||
utils = import ./utils.nix { inherit nixpkgs home-manager inputs; };
|
||||
pkgs = import nixpkgs {};
|
||||
in
|
||||
with utils;
|
||||
{
|
||||
|
@ -30,6 +31,8 @@
|
|||
(builtins.attrNames (builtins.readDir ./modules)));
|
||||
|
||||
nixosConfigurations = builtins.mapAttrs (name: value: (mkMachine name value self.nixosModules)) (importConfig ./machines);
|
||||
|
||||
#legacyPackages."x86_64-linux"."mosh" = import ./packages/mosh/default.nix;
|
||||
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue