Skip to content

Commit

Permalink
nix: make nixpkgs input explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
lucc committed Apr 9, 2024
1 parent f768845 commit 6faa021
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 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
@@ -1,6 +1,6 @@
{
description = "Development flake for khard";

inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
outputs = { self, nixpkgs }: {

packages.x86_64-linux.default =
Expand Down

0 comments on commit 6faa021

Please sign in to comment.