Commit Graph

431 Commits

Author SHA1 Message Date
Jörg Thalheim
bb901a38a4
Merge pull request #118 from figsoda/flakes
Flakes support
2022-12-11 19:19:40 +00:00
Jörg Thalheim
6332016c85 share more code between flake and non-flake version 2022-12-11 20:12:35 +01:00
Jörg Thalheim
a5b4db5610
Merge pull request #110 from Mic92/ci
switch to ruff from flake8
2022-12-11 19:01:54 +00:00
figsoda
9b15086d05 check for isort with ruff 2022-12-11 13:56:11 -05:00
figsoda
ea8b8663b9 check bin/nix-update with ruff 2022-12-11 13:55:52 -05:00
figsoda
67aa4423a1 flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/6e51c97f1c849efdfd4f3b78a4870e6aa2da4198' (2022-12-05)
  → 'github:NixOS/nixpkgs/2dea0f4c2d6e4603f54b2c56c22367e77869490c' (2022-12-09)
2022-12-11 13:53:09 -05:00
Jörg Thalheim
d4eceb200e switch to ruff from flake8 2022-12-11 13:53:00 -05:00
figsoda
398fc18b48 remove test_crate as it is tested in test_flake 2022-12-08 12:56:47 -05:00
figsoda
609d012bab add test for updating flake outputs 2022-12-08 12:56:47 -05:00
figsoda
e5f57c258c add support for flakes 2022-12-08 12:46:35 -05:00
Sandro
73f7e7f036
Merge pull request #117 from figsoda/nix-command 2022-12-07 22:59:06 +01:00
figsoda
74489c5108 set nix_path in ci 2022-12-07 16:26:21 -05:00
figsoda
e0bb1b0ea8 flake.lock: Update
Flake lock file updates:

• Updated input 'flake-utils':
    'github:numtide/flake-utils/04c1b180862888302ddfb2e3ad9eaa63afc60cf8' (2022-05-17)
  → 'github:numtide/flake-utils/5aed5285a952e0b949eb3ba02c12fa4fcfef535f' (2022-11-02)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/7af10ab660287104c6a3b679914a6a5e9e9587e8' (2022-05-19)
  → 'github:NixOS/nixpkgs/6e51c97f1c849efdfd4f3b78a4870e6aa2da4198' (2022-12-05)
2022-12-07 16:15:31 -05:00
figsoda
ec5ebb5173 switch to nixos-unstable branch for the flake 2022-12-07 16:15:10 -05:00
figsoda
7e56fcd965 use the new nix command in ci 2022-12-07 16:15:05 -05:00
Jörg Thalheim
584d5e5e9b
Merge pull request #116 from figsoda/version-prefix
prefer versions with the same prefix
2022-12-01 11:24:49 +01:00
figsoda
263c2b3564 fix diff when version regex is applied 2022-11-29 13:26:11 -05:00
figsoda
0dea3ba6f3 prefer versions with the same prefix 2022-11-29 12:58:43 -05:00
Jörg Thalheim
9838795b16
Merge pull request #115 from figsoda/update-script
add flag to run passthru.updateScript if possible
2022-11-28 17:45:29 +01:00
figsoda
b45b1da9c0 mention --use-update-script in readme 2022-11-28 11:27:23 -05:00
figsoda
895f44126b add flag to run passthru.updateScript if possible 2022-11-28 10:43:41 -05:00
Jörg Thalheim
64f5cc5ddc
Merge pull request #113 from figsoda/diff
Add diff feature
2022-11-27 20:46:11 +01:00
figsoda
e774fdb74e
Merge pull request #114 from Mic92/nix-build
nix_update: use -L to get more logs when building
2022-11-27 10:36:07 -05:00
figsoda
8eed06941b add integration tests for the diff feature 2022-11-27 09:52:04 -05:00
figsoda
baf3779e54 add diff features 2022-11-27 09:52:04 -05:00
Jörg Thalheim
591d491225 nix_update: use -L to get more logs when building 2022-11-27 13:12:06 +01:00
Sandro
da3c17a614
Merge pull request #112 from figsoda/unused 2022-11-24 01:46:58 +01:00
figsoda
2d4aa23824 remove unused statement and variable 2022-11-23 19:10:36 -05:00
Jörg Thalheim
f2004889fc
Merge pull request #76 from schnusch/unstable
update unstable packages from git to latest branch
2022-11-22 20:31:31 +01:00
figsoda
ed586d4915 fix isort lints 2022-11-21 15:37:14 -05:00
figsoda
e1067480e9 fix duplicate import from merge conflicts 2022-11-21 15:24:11 -05:00
figsoda
f0490e7196
Merge branch 'master' into unstable 2022-11-21 15:07:18 -05:00
figsoda
006d895fde
Merge pull request #109 from winterqt/npm-deps-hook
add support for npmDeps
2022-11-20 13:27:05 -05:00
Winter
ceb7d8df35 add support for npmDeps 2022-11-20 13:19:07 -05:00
figsoda
1527964593
Merge pull request #108 from figsoda/inherit
inherit stdout and stderr when appropriate
2022-11-19 12:41:03 -05:00
figsoda
350d534ac7 use .utils.run instead of subprocess.run 2022-11-17 12:49:14 -05:00
figsoda
0cbea8ba78 inherit stdout and stderr when appropriate 2022-11-17 12:46:56 -05:00
Jörg Thalheim
de92f552d6
Merge pull request #106 from figsoda/black
also check bin/nix-update with black
2022-11-15 08:52:44 +01:00
Jörg Thalheim
0c34276d74
Merge pull request #107 from figsoda/cargoDeps
add support for cargoDeps
2022-11-15 08:52:26 +01:00
figsoda
e8629b612e add support for cargoDeps 2022-11-14 21:07:37 -05:00
figsoda
5e65b7dcac also check bin/nix-update with black 2022-11-14 18:38:43 -05:00
Jörg Thalheim
77de91a52d
Merge pull request #105 from Mic92/ci
add isort to build
2022-11-14 23:43:29 +01:00
Jörg Thalheim
3f8112992a add isort to build 2022-11-14 23:40:40 +01:00
Jörg Thalheim
5bc869479d
Merge pull request #104 from figsoda/fmt
remove shebangs in inexecutable files, format with black and isort
2022-11-14 23:33:08 +01:00
figsoda
4fab744eac remove shebangs in inexecutable files, format with black and isort 2022-11-14 17:14:09 -05:00
Jörg Thalheim
e953da614a
Merge pull request #103 from figsoda/fix
fix parse_args
2022-11-14 16:54:15 +01:00
Jörg Thalheim
72e40caf8e dont pass args[0] to python's argparse 2022-11-14 16:51:31 +01:00
figsoda
e826940d01 fix parse_args 2022-11-14 10:43:14 -05:00
figsoda
409b07e2e0 fix typo 2022-11-14 10:37:41 -05:00
Jörg Thalheim
3a5f9c529a
Merge pull request #102 from figsoda/fetchcrate
add fetchCrate support
2022-11-14 16:25:54 +01:00