Commit graph

461 commits

Author SHA1 Message Date
Jörg Thalheim
54f99b4998 switch from flake8 to ruff 2023-01-16 14:08:54 +01:00
Jörg Thalheim
28a0597659 graceful fallback if no nixpkgs is in NIX_PATH 2023-01-16 14:06:09 +01:00
mergify[bot]
b583f37302
Merge pull request #283 from nix-community/update_flake_lock_action
flake.lock: Update
2023-01-15 10:16:45 +00:00
github-actions[bot]
85983ec8c1 flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/b3818a46e686f24561a28eaa9fcf35e18b8d8e89' (2023-01-06)
  → 'github:NixOS/nixpkgs/37b97ae3dd714de9a17923d004a2c5b5543dfa6d' (2023-01-13)
2023-01-15 10:14:36 +00:00
Bryan Bennett
32bf26a499
Merge pull request #271 from nix-community/empty_nixfile_fix
Don't track $nixfile if it is empty
2023-01-09 12:04:39 -05:00
mergify[bot]
5ced50fe1c
Merge pull request #281 from nix-community/update_flake_lock_action
flake.lock: Update
2023-01-08 10:17:21 +00:00
github-actions[bot]
6b599e3ebc flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/293a28df6d7ff3dec1e61e37cc4ee6e6c0fb0847' (2022-12-30)
  → 'github:NixOS/nixpkgs/b3818a46e686f24561a28eaa9fcf35e18b8d8e89' (2023-01-06)
2023-01-08 10:15:00 +00:00
mergify[bot]
24daf5b864
Merge pull request #279 from nix-community/update_flake_lock_action
flake.lock: Update
2023-01-01 10:16:55 +00:00
github-actions[bot]
beaa508652 flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/8351f271f85dae1ee28269028acde661e60394dd' (2022-12-24)
  → 'github:NixOS/nixpkgs/293a28df6d7ff3dec1e61e37cc4ee6e6c0fb0847' (2022-12-30)
2023-01-01 10:14:47 +00:00
mergify[bot]
4c11424203
Merge pull request #277 from nix-community/update_flake_lock_action
flake.lock: Update
2022-12-25 10:16:28 +00:00
github-actions[bot]
c57075ec18 flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/80c24eeb9ff46aa99617844d0c4168659e35175f' (2022-12-17)
  → 'github:NixOS/nixpkgs/8351f271f85dae1ee28269028acde661e60394dd' (2022-12-24)
2022-12-25 10:14:21 +00:00
mergify[bot]
7601097b3d
Merge pull request #276 from nix-community/update_flake_lock_action
flake.lock: Update
2022-12-18 10:16:22 +00:00
github-actions[bot]
d8816df027 flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/f82f0ec1b70b2879c3f3d9a1015a05c73a90a17c' (2022-12-10)
  → 'github:NixOS/nixpkgs/80c24eeb9ff46aa99617844d0c4168659e35175f' (2022-12-17)
2022-12-18 10:14:19 +00:00
Jörg Thalheim
5705b90670
Merge pull request #274 from yvan-sraka/patch-1
Fix small typo ...
2022-12-15 11:44:47 +00:00
Yvan Sraka
cf44f31ff9
Fix small typo ... 2022-12-15 12:01:33 +01:00
mergify[bot]
937557b691
Merge pull request #273 from nix-community/update_flake_lock_action
flake.lock: Update
2022-12-11 10:17:30 +00:00
github-actions[bot]
491713d029 flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/813836d64fa57285d108f0dbf2356457ccd304e3' (2022-12-03)
  → 'github:NixOS/nixpkgs/f82f0ec1b70b2879c3f3d9a1015a05c73a90a17c' (2022-12-10)
2022-12-11 10:15:22 +00:00
Bryan Bennett
77efe5abca
Fix tests for empty nixfile 2022-12-09 20:20:50 -05:00
Bryan Bennett
7af01eeb72
Check if "$nixfile" is a file before watching
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
2022-12-07 08:04:17 -05:00
Bryan Bennett
0db25e4de9
Don't track $nixfile if it is empty 2022-12-06 15:55:11 -05:00
Jörg Thalheim
22b5729f26
Merge pull request #262 from nix-community/docs
update nixos example for 22.11
2022-12-05 14:45:22 +01:00
Jörg Thalheim
1be62058df
Merge pull request #269 from mkhl/xdg_data_dirs/unique
ensure XDG_DATA_DIRS contains unique entries
2022-12-05 14:44:28 +01:00
Martin Kühl
3488dafb56 ensure XDG_DATA_DIRS contains unique entries
after importing from the nix environment
we currently concatenate the new and old values of XDG_DATA_DIRS,
which means if the nix environment reused or recreated the old values
they are now present twice.
XDG_DATA_DIRS is specified to be a "set",
and some software (GNOME for example) assume that its entries are unique.

this change reconstructs XDG_DATA_DIRS
by looping over the new and old entries
and adding the new ones among them.
it normalizes the entries by removing trailing slashes
to make duplicate detection a bit easier.
2022-12-05 13:48:20 +01:00
Jörg Thalheim
2b0ea04605
Merge pull request #266 from nix-community/docs-3
README: also mention `use flake`
2022-12-05 13:46:25 +01:00
Jörg Thalheim
bf1c4573df
Merge pull request #268 from nix-community/dependabot/github_actions/DeterminateSystems/update-flake-lock-15
Bump DeterminateSystems/update-flake-lock from 14 to 15
2022-12-05 13:46:13 +01:00
dependabot[bot]
9dfecc9e1f
Bump DeterminateSystems/update-flake-lock from 14 to 15
Bumps [DeterminateSystems/update-flake-lock](https://github.com/DeterminateSystems/update-flake-lock) from 14 to 15.
- [Release notes](https://github.com/DeterminateSystems/update-flake-lock/releases)
- [Commits](https://github.com/DeterminateSystems/update-flake-lock/compare/v14...v15)

---
updated-dependencies:
- dependency-name: DeterminateSystems/update-flake-lock
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-05 04:00:37 +00:00
mergify[bot]
abf60f0584
Merge pull request #267 from nix-community/update_flake_lock_action
flake.lock: Update
2022-12-04 10:17:25 +00:00
github-actions[bot]
427f795562 flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/227de2b3bbec142f912c09d5e8a1b4e778aa54fb' (2022-11-30)
  → 'github:NixOS/nixpkgs/813836d64fa57285d108f0dbf2356457ccd304e3' (2022-12-03)
2022-12-04 10:15:18 +00:00
Jörg Thalheim
c9f10be6ad README: also mention use flake 2022-12-04 10:18:57 +01:00
mergify[bot]
572fc2a72a
Merge pull request #264 from nix-community/update_flake_lock_action
flake.lock: Update
2022-12-01 10:20:15 +00:00
github-actions[bot]
9183b31d84 flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/b45ec953794bb07922f0468152ad1ebaf8a084b3' (2022-11-27)
  → 'github:NixOS/nixpkgs/227de2b3bbec142f912c09d5e8a1b4e778aa54fb' (2022-11-30)
2022-12-01 10:18:06 +00:00
Jörg Thalheim
171b729d28 update nixos example for 22.11 2022-11-27 15:11:49 +01:00
mergify[bot]
fb259fc991
Merge pull request #261 from nix-community/update_flake_lock_action
flake.lock: Update
2022-11-27 10:18:04 +00:00
github-actions[bot]
38fc40fb14 flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/862277ac9d34273cd953f42061e23d488d6b7e8b' (2022-11-20)
  → 'github:NixOS/nixpkgs/b45ec953794bb07922f0468152ad1ebaf8a084b3' (2022-11-27)
2022-11-27 10:15:58 +00:00
Jörg Thalheim
6b035d2773 update fetchurl checksum 2022-11-21 15:09:57 +01:00
Jörg Thalheim
1bc24decd2 update fetchurl checksum 2022-11-20 23:36:54 +01:00
Jörg Thalheim
5d735de138 bump version 2.2.0 2022-11-20 23:36:42 +01:00
mergify[bot]
daa1cbbe23
Merge pull request #257 from nix-community/update_flake_lock_action
flake.lock: Update
2022-11-20 10:19:50 +00:00
github-actions[bot]
218898aecb flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/d8f2c4d846a2e65ad3f5a5e842b672f0b81588a2' (2022-11-12)
  → 'github:NixOS/nixpkgs/862277ac9d34273cd953f42061e23d488d6b7e8b' (2022-11-20)
2022-11-20 10:17:48 +00:00
Jörg Thalheim
68245858ae
Merge pull request #256 from nix-community/less-verbose
make gcroot cleanup less verbose
2022-11-15 17:25:39 +01:00
Jörg Thalheim
f7e8a139d8 make gcroot cleanup less verbose
If you have a few more flakes this will spam your screen with a lot of text.
2022-11-14 09:36:55 +01:00
mergify[bot]
4746490a94
Merge pull request #255 from nix-community/update_flake_lock_action
flake.lock: Update
2022-11-13 10:20:52 +00:00
github-actions[bot]
132cfb7a47 flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/cae3751e9f74eea29c573d6c2f14523f41c2821a' (2022-11-05)
  → 'github:NixOS/nixpkgs/d8f2c4d846a2e65ad3f5a5e842b672f0b81588a2' (2022-11-12)
2022-11-13 10:18:38 +00:00
Jörg Thalheim
7f0143cede
Merge pull request #254 from aabccd021/master
fix(direnvrc): log when nix-shell not found
2022-11-09 11:37:42 +01:00
Jörg Thalheim
d46302c055 add bors toml 2022-11-09 11:37:26 +01:00
aabccd021
c3ea50a6de fix(direnvrc): log when nix-shell not found 2022-11-09 16:59:10 +07:00
mergify[bot]
a6450eb68c
Merge pull request #252 from nix-community/update_flake_lock_action
flake.lock: Update
2022-11-06 10:20:48 +00:00
github-actions[bot]
10dc1459dc flake.lock: Update
Flake lock file updates:

• Updated input 'flake-utils':
    'github:numtide/flake-utils/6ee9ebb6b1ee695d2cacc4faa053a7b9baa76817' (2022-10-29)
  → 'github:numtide/flake-utils/5aed5285a952e0b949eb3ba02c12fa4fcfef535f' (2022-11-02)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/e6e6bad81b7e11f37d893ef39712ce8918ae2338' (2022-10-29)
  → 'github:NixOS/nixpkgs/cae3751e9f74eea29c573d6c2f14523f41c2821a' (2022-11-05)
2022-11-06 10:18:44 +00:00
mergify[bot]
cda457015f
Merge pull request #250 from nix-community/update_flake_lock_action
flake.lock: Update
2022-11-01 10:24:32 +00:00
github-actions[bot]
5109e2dcb5 flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/7f9be6a505a31f88499c5d20d11f98accf5ae6ba' (2022-10-29)
  → 'github:NixOS/nixpkgs/e6e6bad81b7e11f37d893ef39712ce8918ae2338' (2022-10-29)
2022-11-01 10:22:23 +00:00