Skip to content

Commit

Permalink
Update flake.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
jD91mZM2 committed Feb 1, 2021
1 parent 8c419d4 commit 1cd8963
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 18 deletions.
23 changes: 11 additions & 12 deletions flake.lock

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

8 changes: 2 additions & 6 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@

inputs = {
utils.url = "github:numtide/flake-utils";

# --- SEE https://github.com/nmattia/naersk/pull/141 ---
# naersk.url = "github:nmattia/naersk";
naersk.url = "github:jD91mZM2/naersk/flake-ws";
naersk.url = "github:nmattia/naersk";
};

outputs = { self, nixpkgs, utils, naersk }:
Expand All @@ -21,8 +18,7 @@
rec {
# `nix build`
packages.xidlehook = naersk-lib.buildPackage {
pname = "xidlehook";
# TODO: Use workspaces
name = "xidlehook";
src = ./.;

inherit nativeBuildInputs buildInputs;
Expand Down

0 comments on commit 1cd8963

Please sign in to comment.