Skip to content

Commit

Permalink
nix: make inputs follow nixpkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
olifloof committed Nov 1, 2024
1 parent 9fe75a1 commit 65aa0bf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 25 deletions.
34 changes: 10 additions & 24 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
@@ -1,7 +1,10 @@
{
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
astal.url = "github:aylur/astal";
astal = {
url = "github:aylur/astal";
inputs.nixpkgs.follows = "nixpkgs";
};
};

outputs = {
Expand Down

0 comments on commit 65aa0bf

Please sign in to comment.