Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Artturin
/
nix-olde
Public
forked from
trofi/nix-olde
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
All time
Commit history
Commits on Mar 30, 2023
src/repology.rs: switch from `name` to `visiblename` json field
Show description for a04b6cd
trofi
committed
a04b6cd
View commit details
Copy full SHA for a04b6cd
Browse repository at this point
src/repology.rs: complain about invalid entries, don't crash
Show description for 9636526
trofi
committed
9636526
View commit details
Copy full SHA for 9636526
Browse repository at this point
Commits on Jan 22, 2023
src/progress.rs: add time report for stage progress
Show description for 1c32838
trofi
committed
1c32838
View commit details
Copy full SHA for 1c32838
Browse repository at this point
src/main.rs: slightly update comments
trofi
committed
31b5824
View commit details
Copy full SHA for 31b5824
Browse repository at this point
src/main.rs: slightly deduplicate progress reporting
trofi
committed
374d345
View commit details
Copy full SHA for 374d345
Browse repository at this point
src/repology.rs: change cancel variable to cancel callback
Show description for 83c5038
trofi
committed
83c5038
View commit details
Copy full SHA for 83c5038
Browse repository at this point
src/main.rs: move opts handling to src/opts.rs
trofi
committed
7373bce
View commit details
Copy full SHA for 7373bce
Browse repository at this point
src/main.rs: whitespace
trofi
committed
90bbccc
View commit details
Copy full SHA for 90bbccc
Browse repository at this point
src/main.rs: move available package handling to src/available.rs
trofi
committed
f5ef263
View commit details
Copy full SHA for f5ef263
Browse repository at this point
src/main.rs: move installed handling to src/installed.rs
trofi
committed
24942a5
View commit details
Copy full SHA for 24942a5
Browse repository at this point
src/main.rs: move repology handling to src/repology.rs
trofi
committed
44dab4d
View commit details
Copy full SHA for 44dab4d
Browse repository at this point
src/main.rs: move basic process handling to src/cmd.rs
trofi
committed
94972a3
View commit details
Copy full SHA for 94972a3
Browse repository at this point
src/main.rs: move error handling types to src/error.rs
trofi
committed
924c6c2
View commit details
Copy full SHA for 924c6c2
Browse repository at this point
Commits on Jan 21, 2023
README.md: describe dependencies, tweak build and run instructions
trofi
committed
5ec75c3
View commit details
Copy full SHA for 5ec75c3
Browse repository at this point
src/main.rs: report count and ratio of outdated packages
trofi
committed
7303e42
View commit details
Copy full SHA for 7303e42
Browse repository at this point
src/main.rs: report stats of unknown packages in non-verbose mode
trofi
committed
e8bc707
View commit details
Copy full SHA for e8bc707
Browse repository at this point
src/main.rs: add enough --extra-experimental-features to work as is
Show description for 91063cd
trofi
committed
91063cd
View commit details
Copy full SHA for 91063cd
Browse repository at this point
src/main.rs: expand TODO around muple `nixpkgs` entries at input
trofi
committed
317ccae
View commit details
Copy full SHA for 317ccae
Browse repository at this point
src/main.rs: extract nixpkgs inputs on flake-based systems
Show description for 83cfa55
trofi
committed
83cfa55
View commit details
Copy full SHA for 83cfa55
Browse repository at this point
src/main.rs: implement faster cancellation on error
Show description for d696193
trofi
committed
d696193
View commit details
Copy full SHA for d696193
Browse repository at this point
src/main.rs: defer error reporting on operations that can fail
Show description for 6e048be
trofi
committed
6e048be
View commit details
Copy full SHA for 6e048be
Browse repository at this point
src/main.rs: fix comment around LocalAvailablePackage
trofi
committed
58fbd2c
View commit details
Copy full SHA for 58fbd2c
Browse repository at this point
src/main.rs: explicitly pass `nixpkgs` to nix-env
Show description for 533ec02
trofi
committed
533ec02
View commit details
Copy full SHA for 533ec02
Browse repository at this point
src/main.rs: add system derivation extraction via flake interface
Show description for 96cade0
trofi
committed
96cade0
View commit details
Copy full SHA for 96cade0
Browse repository at this point
src/main.rs: add basic error handling via `thiserror`
Show description for 02de70a
trofi
committed
02de70a
View commit details
Copy full SHA for 02de70a
Browse repository at this point
src/main.rs: new helper for local system
Show description for 73eb015
trofi
committed
73eb015
View commit details
Copy full SHA for 73eb015
Browse repository at this point
Commits on Jan 20, 2023
Merge pull request #1 from SuperSandro2000/patch-1
Show description for d2d0bfe
trofi
authored
d2d0bfe
View commit details
Copy full SHA for d2d0bfe
Browse repository at this point
Fix typos
SuperSandro2000
authored
f814c57
View commit details
Copy full SHA for f814c57
Browse repository at this point
Commits on Jan 19, 2023
COPYING: name the license in the file itsef as well
trofi
committed
b13a116
View commit details
Copy full SHA for b13a116
Browse repository at this point
README.md: spell out the build process
trofi
committed
14f4173
View commit details
Copy full SHA for 14f4173
Browse repository at this point
COPYING: add explicit MIT license
trofi
committed
7e45cbc
View commit details
Copy full SHA for 7e45cbc
Browse repository at this point
README.me: refresh output to match current output
trofi
committed
8979757
View commit details
Copy full SHA for 8979757
Browse repository at this point
Rename 'nix-stales' to 'nix-olde'.
Show description for 88389c4
trofi
committed
88389c4
View commit details
Copy full SHA for 88389c4
Browse repository at this point
Commits on Jan 14, 2023
src/main.rs: shrink the output slightly
Show description for 888255d
trofi
committed
888255d
View commit details
Copy full SHA for 888255d
Browse repository at this point
Commits on Jan 13, 2023
src/main.rs: be less verbose when fetching data
trofi
committed
2bb4db0
View commit details
Copy full SHA for 2bb4db0
Browse repository at this point
Previous
Next
You can’t perform that action at this time.