1
0
Fork 0
This commit is contained in:
Lukas Wurzinger 2024-11-01 00:39:10 +01:00
parent 451ebf14a4
commit 13f97ac988
2 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
{
description = "A wrapper for Helix that provides language support";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
outputs = {nixpkgs, ...}: let
supportedSystems = nixpkgs.lib.systems.flakeExposed;