Tue Jun 4 10:27:59 PM CEST 2024

This commit is contained in:
Thomas Avé 2024-06-04 22:27:59 +02:00
parent 1db9388a7d
commit 29671fb9df
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
nur.url = "github:nix-community/NUR"; nur.url = "github:nix-community/NUR";
}; };
outputs = { self, nixpkgs, home-manager, nur, ... }@inputs: outputs = { nixpkgs, home-manager, nur, ... }@inputs:
let let
system = "x86_64-linux"; system = "x86_64-linux";
pkgs = nixpkgs.legacyPackages.${system}; pkgs = nixpkgs.legacyPackages.${system};