Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete pinned-nixpkgs.nix #213

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

haruki7049
Copy link

Why did I created this PR

#208 needs to delete pinned-nixpkgs.nix, because of duplication of purpose by flake.lock.

And 90eeb36 cannot be built with:

nix-build -E 'with import <nixpkgs> { }; callPackage ./. { devBuild = true; onNixOS = true; }'

This problem is resolved by this PR's commit, addc214 .
This commit can be built with above command.

nix-info

Just to be sure, I note my machine's information

$ nix-shell -p nix-info --run "nix-info -m"
 - system: `"x86_64-linux"`
 - host os: `Linux 6.6.44, NixOS, 24.05 (Uakari), 24.05.3787.a781ff33ae25`
 - multi-user?: `yes`
 - sandbox: `yes`
 - version: `nix-env (Nix) 2.18.5`
 - nixpkgs: `/nix/var/nix/profiles/per-user/root/channels/nixos`

Changes

  • Edit all of pkgs definition which used /pinned-nixpkgs.nix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant