Skip to content

Commit

Permalink
Merge pull request #48 from Mic92/flakes
Browse files Browse the repository at this point in the history
Flakes
  • Loading branch information
Mic92 authored Apr 4, 2021
2 parents 924386c + 3ebc7ba commit 926bf0d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions flake.lock

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

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
inputs.flake-utils.url = "github:numtide/flake-utils";

outputs = { self, nixpkgs, flake-utils }:
flake-utils.lib.eachSystem flake-utils.lib.allSystems (system: {
flake-utils.lib.eachDefaultSystem (system: {
packages.nix-update = nixpkgs.legacyPackages.${system}.callPackage self {
src = self;
};
Expand Down

0 comments on commit 926bf0d

Please sign in to comment.