This commit is contained in:
@@ -2,10 +2,14 @@
|
||||
{
|
||||
perSystem = _: {
|
||||
devShells =
|
||||
let
|
||||
hostShells = inputs.self.nixosConfigurations.emacs.config.devShells;
|
||||
in
|
||||
inputs.self.lib.langList
|
||||
|> builtins.filter (name: hostShells ? ${name})
|
||||
|> map (name: {
|
||||
inherit name;
|
||||
value = inputs.self.nixosConfigurations.emacs.config.devShells.${name};
|
||||
value = hostShells.${name};
|
||||
})
|
||||
|> builtins.listToAttrs;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user