Skip to content

Commit

Permalink
flake: switch back to upstream nixpkgs-update
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq committed Apr 28, 2024
1 parent 17b2863 commit 4e8c69c
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 10 deletions.
32 changes: 24 additions & 8 deletions flake.lock

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

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
# actually not used when using the modules but than nothing ever will try to fetch this nixpkgs variant
srvos.inputs.nixpkgs.follows = "nixpkgs";

nixpkgs-update.url = "github:qowoz/nixpkgs-update/patches";
nixpkgs-update.inputs.runtimeDeps.follows = "nixpkgs";
nixpkgs-update.url = "github:nix-community/nixpkgs-update";
nixpkgs-update.inputs.mmdoc.follows = "";
nixpkgs-update.inputs.treefmt-nix.follows = "treefmt-nix";
nixpkgs-update-github-releases.url = "github:nix-community/nixpkgs-update-github-releases";
nixpkgs-update-github-releases.flake = false;

Expand Down

0 comments on commit 4e8c69c

Please sign in to comment.