Skip to content

Commit

Permalink
add more inputs/systems
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Nov 1, 2023
1 parent 2230fac commit d799608
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
34 changes: 34 additions & 0 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,17 @@
description = "test description";

inputs.nixpkgs.url = github:NixOS/nixpkgs/nixos-23.05;
inputs.flake-utils.url = github:numtide/flake-utils;

outputs = { nixpkgs, ... }: {
packages.x86_64-linux.git = nixpkgs.legacyPackages.x86_64-linux.git;
packages.x86_64-darwin.git = nixpkgs.legacyPackages.x86_64-darwin.git;
packages.x86_64-linux.vim = nixpkgs.legacyPackages.x86_64-linux.vim;


checks.x86_64-linux.git = nixpkgs.legacyPackages.x86_64-linux.git;

apps.x86_64-linux.default = { type = "app"; program = "..."; };
apps.x86_64-linux.default = { type = "app"; program = "/nix/store/a"; };

overlays."myoverlay" = final: prev: { };

Expand Down

0 comments on commit d799608

Please sign in to comment.