mirror of
https://github.com/davegallant/nix-config
synced 2026-01-13 10:54:07 +00:00
Compare commits
2 Commits
42c02e5694
...
28c261302e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
28c261302e | ||
|
|
8770c3c462 |
6
flake.lock
generated
6
flake.lock
generated
@@ -187,11 +187,11 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs-unstable": {
|
"nixpkgs-unstable": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1713596654,
|
"lastModified": 1713687659,
|
||||||
"narHash": "sha256-LJbHQQ5aX1LVth2ST+Kkse/DRzgxlVhTL1rxthvyhZc=",
|
"narHash": "sha256-Yd8KuOBpZ0Slau/NxFhMPJI0gBxeax0vq/FD0rqKwuQ=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "fd16bb6d3bcca96039b11aa52038fafeb6e4f4be",
|
"rev": "f2d7a289c5a5ece8521dd082b81ac7e4a57c2c5c",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|||||||
4
justfile
4
justfile
@@ -12,9 +12,11 @@ rebuild:
|
|||||||
rollback:
|
rollback:
|
||||||
$cmd switch --rollback --flake .
|
$cmd switch --rollback --flake .
|
||||||
|
|
||||||
update:
|
channel-update:
|
||||||
nix-channel --update
|
nix-channel --update
|
||||||
sudo nix-channel --update
|
sudo nix-channel --update
|
||||||
|
|
||||||
|
update:
|
||||||
@./nix-flake-update.sh
|
@./nix-flake-update.sh
|
||||||
|
|
||||||
fmt:
|
fmt:
|
||||||
|
|||||||
Reference in New Issue
Block a user