nix: cleanup

This commit is contained in:
raf 2025-02-05 04:03:51 +03:00
commit 0266e3930c
No known key found for this signature in database
GPG key ID: EED98D11B85A2819
4 changed files with 21 additions and 13 deletions

View file

@ -1,10 +1,7 @@
{
inputs.nixpkgs.url = "github:NixOS/nixpkgs";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
outputs = {
self,
nixpkgs,
}: let
outputs = {nixpkgs, ...}: let
systems = ["x86_64-linux" "aarch64-linux"];
forEachSystem = nixpkgs.lib.genAttrs systems;