overlay: fix bug where prev should have been final
fabianhjr
created branch fix-bug-between-prev-final in fabianhjr/nixos-module
2024-10-01 00:51:47 +00:00
81d9ff97c9
overlay: fix bug where prev should have been final
7dd3d652a3
Fix up the flake checks
ca0cc16273
Merge pull request #37 into main
bb51b2d161
jade revision pass
nixos-rebuild (nixos-option) compilation error while attempting to build with latest snapshot ( b0e6f359 - 2024/09/17 ) on staging-next
nixos-rebuild (nixos-option) compilation error while attempting to build with latest snapshot ( b0e6f359 - 2024/09/17 ) on staging-next
Closed due to merge of 37 which resolved this issue
overlay: make finalNix depend on the nix version being used by a package
amended the commit to use suggested guarding
2669bc78a6
overlay: make finalNix depend on the nix version being used by a package
b0e6f35950
overlay: clean up 2.18 stuff
daeb420858
Merge pull request 'fix: check package arguments before applying Nix 2.18 override' (#34) from devusb/nixos-module:remove-devenv-overlay into main
6def4cc69a
overlay: make finalNix depend on the nix version being used by a package
58893c0c52
overlay: clean up 2.18 stuff
overlay: make finalNix depend on the nix version being used by a package
--- a/pkgs/stdenv/generic/make-derivation.nix
+++ b/pkgs/stdenv/generic/make-derivation.nix
@@ -333,6 +333,7 @@ else let
derivationArg =
removeAttrs attrs removedOrReplacedAttrName…
overlay: make finalNix depend on the nix version being used by a package
Was thinking on opening a PR to nixpkgs to expose the pname (along with name and version) which would uncurse this a bit
overlay: make finalNix depend on the nix version being used by a package
tried pname first but isn't available :C
Lix 2.92.0-dev-pre20240917-8ab5743
Type :? for help.
nix-repl> :lf ./ …
overlay: make finalNix depend on the nix version being used by a package
Please let me know if there is a contributing guide (didn't find one on this repo unu) or if there is anything I should do/change.
nixos-rebuild (nixos-option) compilation error while attempting to build with latest snapshot ( b0e6f359 - 2024/09/17 ) on staging-next
Thanks for the pointer on the more general issue @jade.
I think I have a hacky idea on how to dynamically establish the nix version, opened a pull request: https://git.lix.systems/lix-project/ni…
overlay: make finalNix depend on the nix version being used by a package