Skip to content

Commit

Permalink
flake: Remove peribolos and declare systems input
Browse files Browse the repository at this point in the history
  • Loading branch information
infinisil committed Feb 22, 2024
1 parent c32601a commit 70b1cf2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
15 changes: 9 additions & 6 deletions flake.lock

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

6 changes: 2 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
{
description = "A very basic flake";

inputs.systems.url = "github:nix-systems/default";

outputs = { self, nixpkgs, systems }:
let
eachSystem = f: nixpkgs.lib.genAttrs (import systems) (system:
f nixpkgs.legacyPackages.${system});
in
{
devShells = eachSystem (pkgs:
let
peribolos = pkgs.callPackage ./peribolos.nix { };
in
{
default = pkgs.mkShell {
packages = [
peribolos
pkgs.findutils
pkgs.gnumake
];
Expand Down

0 comments on commit 70b1cf2

Please sign in to comment.