Commit Graph

204 Commits

Author SHA1 Message Date
Gautier DI FOLCO
60579879cf feat: add --file flag (#64) 2024-10-02 19:52:58 +13:00
github-actions[bot]
8cb41eabd6 flake.lock: Update
Flake lock file updates:

• Updated input 'flake-utils':
    'github:numtide/flake-utils/b1d9ab70662946ef0850d488da1c9019f3a9752a' (2024-03-11)
  → 'github:numtide/flake-utils/c1dfcf08411b08f6b8615f7d8971a2bfa81d5e8a' (2024-09-17)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/5629520edecb69630a3f4d17d3d33fc96c13f6fe' (2024-08-31)
  → 'github:nixos/nixpkgs/ef7226d68ba45b2de3e428e5d4bb4532caffec7b' (2024-09-30)
2024-10-01 13:30:30 +13:00
Bryan Lai
b471ec7e2f Make --store truly optional
... by passing it as a `Maybe String`
2024-09-26 23:45:49 +12:00
github-actions[bot]
22db2bf16e flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/c3392ad349a5227f4a3464dce87bcc5046692fce' (2024-07-31)
  → 'github:nixos/nixpkgs/5629520edecb69630a3f4d17d3d33fc96c13f6fe' (2024-08-31)
2024-09-01 12:31:08 +12:00
Naser Aleisa
1b7ade7087 docs: add an example showing how to run nix-tree on any nixosConfiguration 2024-08-12 10:04:41 +12:00
github-actions[bot]
f735021f0b flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/1e3deb3d8a86a870d925760db1a5adecc64d329d' (2024-06-27)
  → 'github:nixos/nixpkgs/c3392ad349a5227f4a3464dce87bcc5046692fce' (2024-07-31)
2024-08-01 13:29:28 +12:00
github-actions[bot]
63128e73f8 flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/6132b0f6e344ce2fe34fc051b72fb46e34f668e0' (2024-05-30)
  → 'github:nixos/nixpkgs/1e3deb3d8a86a870d925760db1a5adecc64d329d' (2024-06-27)
2024-07-01 12:28:12 +12:00
github-actions[bot]
89b2c53829 flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/cf8cc1201be8bc71b7cbbbdaf349b22f4f99c7ae' (2024-04-28)
  → 'github:nixos/nixpkgs/6132b0f6e344ce2fe34fc051b72fb46e34f668e0' (2024-05-30)
2024-06-01 12:25:42 +12:00
Utku Demir
423d6bfb6a ci: Update nixos versions to test 2024-05-13 10:29:49 +12:00
github-actions[bot]
6d9a122656 flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/807c549feabce7eddbf259dbdcec9e0600a0660d' (2024-03-29)
  → 'github:nixos/nixpkgs/cf8cc1201be8bc71b7cbbbdaf349b22f4f99c7ae' (2024-04-28)
2024-05-01 12:24:14 +12:00
Utku Demir
9a301ac3f7 Release v0.4.1 2024-04-07 22:13:40 +12:00
Utku Demir
57b7da7058 Shutdown vty when done
fixes #88
2024-04-07 21:50:10 +12:00
Utku Demir
c05199ae65 Get back to nixpkgs-unstable 2024-04-01 22:38:48 +13:00
github-actions[bot]
682474456c flake.lock: Update
Flake lock file updates:

• Updated input 'flake-utils':
    'github:numtide/flake-utils/1ef2e671c3b0c19053962c07dbda38332dcebf26' (2024-01-15)
  → 'github:numtide/flake-utils/d465f4819400de7c8d874d50b982301f28a84605' (2024-02-28)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/05ce1c8cd3a666f6efee99a0ff0a4a0cd663c55e' (2024-02-01)
  → 'github:nixos/nixpkgs/a1ed79952d0edc51a55931a28fba93fca0cf00fd' (2024-03-01)
2024-03-01 13:30:35 +13:00
Utku Demir
0ff600ae3c
Use more condensed repology badge 2024-02-22 12:31:21 +13:00
github-actions[bot]
5cbeddac7f flake.lock: Update
Flake lock file updates:

• Updated input 'flake-utils':
    'github:numtide/flake-utils/4022d587cbbfd70fe950c1e2083a02621806a725' (2023-12-04)
  → 'github:numtide/flake-utils/1ef2e671c3b0c19053962c07dbda38332dcebf26' (2024-01-15)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/bb0e433d0116ba71b9a4ae0f8ff3ffcf26784cb1' (2024-01-16)
  → 'github:nixos/nixpkgs/05ce1c8cd3a666f6efee99a0ff0a4a0cd663c55e' (2024-02-01)
2024-02-01 14:56:26 +13:00
Utku Demir
cad24a5af1 Release v0.4.0 2024-01-21 19:37:45 +13:00
Utku Demir
90310807ce
Graphviz export (#81)
* Preliminary --dot support

* Format

* Update README with the dot flag
2024-01-21 06:29:24 +00:00
bryango
a6017b640c Update README w/ doc on --store
Also added some minor improvements, e.g.

- use `nix-env -iA` instead of `nix-env -i`
- add `nix profile install`
- fix invalid `nix-instantiate -r` command
2024-01-21 19:16:10 +13:00
Bryan Lai
6b755083bd Add optional --store for alternative nix store
The optional `--store STORE` option is passed to `nix path-info`.
This enables us to query alternative stores, e.g. the binary cache,
with:

  --store https://cache.nixos.org

... without rebuilding a package locally.

Co-authored-by: Utku Demir <me@utdemir.com>
2024-01-21 19:16:10 +13:00
Utku Demir
c431b6025d Release v0.3.3 2024-01-17 11:06:28 +13:00
Utku Demir
dd0b499076
Move to newer Haskell packageset (#80)
* Move to newer Haskell packageset

* Formatting
2024-01-16 21:54:41 +00:00
github-actions[bot]
952c818459 flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/e1fa12d4f6c6fe19ccb59cac54b5b3f25e160870' (2023-12-25)
  → 'github:nixos/nixpkgs/24fe8bb4f552ad3926274d29e083b79d84707da6' (2024-01-07)
2024-01-09 12:28:46 +13:00
github-actions[bot]
2e837f849d flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/29d6c96900b9b576c2fb89491452f283aa979819' (2023-12-10)
  → 'github:nixos/nixpkgs/e1fa12d4f6c6fe19ccb59cac54b5b3f25e160870' (2023-12-25)
2024-01-01 13:28:15 +13:00
Utku Demir
1d04ca7d2c Format 2023-12-11 12:33:59 +13:00
github-actions[bot]
54e7e3be27 flake.lock: Update
Flake lock file updates:

• Updated input 'flake-utils':
    'github:numtide/flake-utils/ff7b65b44d01cf9ba6a71320833626af21126384' (2023-09-12)
  → 'github:numtide/flake-utils/4022d587cbbfd70fe950c1e2083a02621806a725' (2023-12-04)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/5aabb5780a11c500981993d49ee93cfa6df9307b' (2023-10-08)
  → 'github:nixos/nixpkgs/29d6c96900b9b576c2fb89491452f283aa979819' (2023-12-10)
2023-12-11 12:33:59 +13:00
Utku Demir
cb45195e76 Update update-flake-lock action 2023-12-11 12:18:46 +13:00
Utku Demir
4949302fcc CI updates 2023-12-11 12:10:56 +13:00
Pavel Grigorenko
8cda6a3457 chore: apply most of hlint suggestions 2023-12-11 09:35:57 +13:00
Pavel Grigorenko
4752b375fd Add support for use-xdg-base-directories 2023-12-11 09:34:44 +13:00
Pavel Grigorenko
f53e6ec8c0 Fix: properly treat null in nix 2.19 path-info 2023-12-11 09:32:28 +13:00
Utku Demir
ad1f43eae1 Release v0.3.2 2023-11-28 14:40:20 +13:00
Pavel Grigorenko
8aa384d35d Add support for nix 2.19 path-info 2023-11-28 14:32:30 +13:00
Utku Demir
b2c7224c40 Fix syntax changes 2023-10-09 11:32:29 +13:00
github-actions[bot]
e3e978f54e flake.lock: Update
Flake lock file updates:

• Updated input 'flake-compat':
    'github:edolstra/flake-compat/35bb57c0c8d8b62bbfd284272c928ceb64ddbde9' (2023-01-17)
  → 'github:edolstra/flake-compat/0f9255e01c2351cc7d116c072cb317785dd33b33' (2023-10-04)
• Updated input 'flake-utils':
    'github:numtide/flake-utils/cfacdce06f30d2b68473a46042957675eebb3401' (2023-04-11)
  → 'github:numtide/flake-utils/ff7b65b44d01cf9ba6a71320833626af21126384' (2023-09-12)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/87f9156865ab09e3bde39aadb4131ae364ae704e' (2023-05-24)
  → 'github:nixos/nixpkgs/5aabb5780a11c500981993d49ee93cfa6df9307b' (2023-10-08)
2023-10-09 11:32:29 +13:00
Utku Demir
1b94bbfc35 ci: Update install-nix-action 2023-10-09 11:06:07 +13:00
Utku Demir
334bd30b31
Update flake.lock (#60) 2023-05-24 22:59:27 +00:00
Utku Demir
84c6e8cd32 More descriptive Related Tools section 2023-04-26 11:03:53 +12:00
figsoda
e30e481360
Add nix-melt to related tools (#57) 2023-04-26 11:01:57 +12:00
Utku Demir
0ea123d834 Update nix action 2023-04-26 11:01:08 +12:00
github-actions[bot]
dce9bb1317 flake.lock: Update
Flake lock file updates:

• Updated input 'flake-compat':
    'github:edolstra/flake-compat/009399224d5e398d03b22badca40a37ac85412a1' (2022-11-17)
  → 'github:edolstra/flake-compat/35bb57c0c8d8b62bbfd284272c928ceb64ddbde9' (2023-01-17)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/293a28df6d7ff3dec1e61e37cc4ee6e6c0fb0847' (2022-12-30)
  → 'github:nixos/nixpkgs/ea692c2ad1afd6384e171eabef4f0887d2b882d3' (2023-01-31)
2023-02-05 12:09:48 -05:00
Markus Hauck
8294ff955d Add example for nixos 2023-01-28 11:31:11 +13:00
Utku Demir
9191b9c97f chore: Fix a nonexhaustive pattern match 2023-01-14 17:55:22 +13:00
Utku Demir
97a4df0bb2 Remove now-unnecessary brick overrides 2023-01-03 22:18:12 +13:00
github-actions[bot]
123d7fbad1 flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/80c24eeb9ff46aa99617844d0c4168659e35175f' (2022-12-17)
  → 'github:nixos/nixpkgs/293a28df6d7ff3dec1e61e37cc4ee6e6c0fb0847' (2022-12-30)
2023-01-03 22:18:12 +13:00
Utku Demir
f23cdeb177 ci: Move back to nixpkgs-unstable 2022-12-18 23:48:37 +03:00
Utku Demir
f438f0e6df Add a FIXME on 'haskell-updates' use 2022-12-10 11:41:17 +03:00
Utku Demir
88843fd137 Release v0.3.1 2022-12-10 11:38:27 +03:00
Utku Demir
d4927971ac Reformat 2022-12-10 11:34:19 +03:00
Utku Demir
56f4fa6b2a Temporarily track haskell-updates branch of nixpkgs 2022-12-10 11:34:19 +03:00