1
0
Fork 0
Commit Graph

24 Commits

Author SHA1 Message Date
Pratham Patel 8a3f64cc3c
Merge pull request #5 from danth/patch-1
Import lock file rather than using `cargoHash`
2024-05-06 21:20:30 +05:30
Daniel Thwaites 1ba806cd23
Import lock file rather than using `cargoHash` 2024-05-06 16:00:56 +01:00
Pratham Patel 1ee4036d44
update flake package for 0.1.10 2024-04-22 07:52:44 +05:30
Pratham Patel 2969b8f4ee
0.1.10 2024-04-22 06:42:23 +05:30
Pratham Patel 1a42713bfe
show version (for checking if Nix did not use a cached version) 2024-04-22 06:41:21 +05:30
Pratham Patel 917da5de02
0.1.8: i am bad at releases 2024-04-14 17:29:55 +05:30
Pratham Patel 9ba16faf08
0.1.7 2024-04-14 17:23:17 +05:30
Pratham Patel 04e41ae65e
revert cdb9572a58
Heh, the original code was actually right...

The old system is the current system, which /run/booted-system
is actually pointing to. And, the newest system is the one that
/nix/var/nix/profiles/system is a symlink of.
2024-04-13 17:39:21 +05:30
Pratham Patel e446b8d80e
0.1.5 2024-04-13 08:23:59 +05:30
Pratham Patel fbabb06ce7
enable dry-run 2024-04-13 08:23:04 +05:30
Pratham Patel cdb9572a58
fix invalid assignments of OLD_SYSTEM_PATH and NEW_SYSTEM_PATH 2024-03-30 14:16:28 +05:30
Pratham Patel 5542f9ea8d
github shows Node.js 16 deprication warning, **try** bumping actions/checkout to v4 2024-03-09 11:22:15 +05:30
Pratham Patel f4c69fbc9b
release 0.1.4 2024-03-09 11:14:46 +05:30
Pratham Patel 01c1faa458
nix flake update 2024-03-09 11:10:50 +05:30
Pratham Patel 70be9920b6
write upgrade reason to the NIXOS_NEEDS_REBOOT file 2024-03-09 11:10:12 +05:30
Pratham Patel 18a60fb476
fix logic error in getting the kernel version 2024-03-09 10:32:53 +05:30
Pratham Patel e41f2b4f0b
exit with exit-code 1 if not executed on NixOS 2024-03-09 10:30:57 +05:30
Pratham Patel 9089c7343f
fix wrong binary name (#1) 2024-03-06 18:15:03 +05:30
Pratham Patel eec654679a
0.1.3: check if /var/run/reboot-required already exists because of a prior run 2024-03-05 18:20:49 +05:30
Pratham Patel e886f29314
0.1.2: fail early if not run as root/with sudo 2024-03-05 10:55:38 +05:30
Pratham Patel da87f0672d
0.1.1: no need to implement the Debug trait for the ModuleType enum 2024-03-05 10:27:35 +05:30
Pratham Patel d24cae2361
README: add documentation on using as a Flake (thanks FlakeHub!) 2024-03-05 10:19:38 +05:30
Pratham Patel faa143dad9
add GitHub workflow to publish tags on FlakeHub 2024-03-05 10:10:57 +05:30
Pratham Patel 57e82f86a5
init commit: 0.1.0 2024-03-04 22:31:23 +05:30