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

update-nixpkgs-for-gh #9

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

update-nixpkgs-for-gh #9

wants to merge 1 commit into from

Conversation

vsaimanohar
Copy link

update-nixpkgs-for-gh

@vsaimanohar vsaimanohar requested a review from srid November 14, 2024 20:10
Copy link
Member

@srid srid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This only automates nixpkgs update, right? Which is something we can do using one command already anyways.

Deployment still needs to be done manually, though there's a way to automate that as well (see srid/nixos-unified#93)

@vsaimanohar
Copy link
Author

This only automates nixpkgs update, right? Which is something we can do using one command already anyways.

Deployment still needs to be done manually, though there's a way to automate that as well (see srid/nixos-unified#93)

but it seems we have to do this process of updating flakes and then deploying over ssh every 30-45 days correct me if im wrong, as once new version is released from github-runners end they are deprecating older version, which seemed redundant so i automated,

@srid
Copy link
Member

srid commented Nov 14, 2024

but it seems we have to do this process of updating flakes and then deploying over ssh every 30-45 days correct me if im wrong,

With this PR, you still have to manually deploy over ssh every 30-45 days. This PR only automates running nix flake update nixpkgs && git add . && git commit.

@vsaimanohar
Copy link
Author

but it seems we have to do this process of updating flakes and then deploying over ssh every 30-45 days correct me if im wrong,

With this PR, you still have to manually deploy over ssh every 30-45 days. This PR only automates running nix flake update nixpkgs && git add . && git commit.

yes will automate deploying over ssh part too (see https://github.com/srid/nixos-unified/issues/93) will check this

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.

2 participants