Skip to content

Commit

Permalink
Merge pull request #602 from olifloof/v2
Browse files Browse the repository at this point in the history
[v2] nix: make inputs follow nixpkgs
  • Loading branch information
Aylur authored Nov 1, 2024
2 parents 9fe75a1 + 65aa0bf commit 4b1e7da
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 4b1e7da

Please sign in to comment.