Compare commits

..

2 Commits

Author SHA1 Message Date
Dave Gallant
28c261302e nix flake update: 2024-04-21 20:02:07 UTC
• Updated input 'nixpkgs-unstable':
    'github:NixOS/nixpkgs/fd16bb6d3bcca96039b11aa52038fafeb6e4f4be' (2024-04-20)
  → 'github:NixOS/nixpkgs/f2d7a289c5a5ece8521dd082b81ac7e4a57c2c5c' (2024-04-21)
2024-04-21 16:02:07 -04:00
Dave Gallant
8770c3c462 Move channel updates to new recipe 2024-04-21 16:01:38 -04:00
2 changed files with 6 additions and 4 deletions

6
flake.lock generated
View File

@@ -187,11 +187,11 @@
},
"nixpkgs-unstable": {
"locked": {
"lastModified": 1713596654,
"narHash": "sha256-LJbHQQ5aX1LVth2ST+Kkse/DRzgxlVhTL1rxthvyhZc=",
"lastModified": 1713687659,
"narHash": "sha256-Yd8KuOBpZ0Slau/NxFhMPJI0gBxeax0vq/FD0rqKwuQ=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "fd16bb6d3bcca96039b11aa52038fafeb6e4f4be",
"rev": "f2d7a289c5a5ece8521dd082b81ac7e4a57c2c5c",
"type": "github"
},
"original": {

View File

@@ -12,9 +12,11 @@ rebuild:
rollback:
$cmd switch --rollback --flake .
update:
channel-update:
nix-channel --update
sudo nix-channel --update
update:
@./nix-flake-update.sh
fmt: