Skip to content

Commit

Permalink
nix flake update --override-input nixpkgs github:NixOS/nixpkgs/refs/p…
Browse files Browse the repository at this point in the history
…ull/358093/head
  • Loading branch information
nim65s committed Dec 2, 2024
1 parent 8fdae93 commit 6709762
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 41 deletions.
21 changes: 4 additions & 17 deletions flake.lock

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

10 changes: 0 additions & 10 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
inputs = {
flake-parts.url = "github:hercules-ci/flake-parts";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
rerun-update = {
url = "https://github.com/NixOS/nixpkgs/pull/358093.patch";
flake = false;
};
};

outputs =
Expand All @@ -18,15 +14,9 @@
{
pkgs,
self',
system,
...
}:
{
_module.args.pkgs = import ./patched-nixpkgs.nix {
inherit (inputs) nixpkgs;
inherit system;
patches = [ inputs.rerun-update ];
};
apps.default = {
type = "app";
program = pkgs.python3.withPackages (_: [ self'.packages.default ]);
Expand Down
14 changes: 0 additions & 14 deletions patched-nixpkgs.nix

This file was deleted.

0 comments on commit 6709762

Please sign in to comment.