Changes
2 changed files (+4/-4)
-
-
@@ -9,7 +9,7 @@ Prefer the new `nix` CLI when possible instead of the old `nix-*` commands. It's| Task | Command | | --- | --- | | Run program | `nix run nixpkgs#hello` (needs `--` if passing args) | | Run program from another nixpkgs repo | `nix run github:Toby222/nixpkgs#space-station-14-launcher` | | Run program from another Nixpkgs repo | `nix run github:Toby222/nixpkgs#space-station-14-launcher` | | Clean Nix store | `sudo nix-collect-garbage` and `nix store optimise` | | Get size of Nix store | `sqlite 'file:/nix/var/nix/db/db.sqlite?readonly=true&immutable=true' 'SELECT SUM(narSize) FROM ValidPaths'` | | Get largest packages | `sqlite 'file:/nix/var/nix/db/db.sqlite?readonly=true&immutable=true' 'SELECT * FROM ValidPaths ORDER BY narSize DESC LIMIT 50'` |
-
-
-
@@ -61,11 +61,11 @@}, "nixpkgs": { "locked": { "lastModified": 1745234285, "narHash": "sha256-GfpyMzxwkfgRVN0cTGQSkTC0OHhEkv3Jf6Tcjm//qZ0=", "lastModified": 1745391562, "narHash": "sha256-sPwcCYuiEopaafePqlG826tBhctuJsLx/mhKKM5Fmjo=", "owner": "NixOS", "repo": "nixpkgs", "rev": "c11863f1e964833214b767f4a369c6e6a7aba141", "rev": "8a2f738d9d1f1d986b5a4cd2fd2061a7127237d7", "type": "github" }, "original": {
-