Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flake support/frontend #324

Merged
merged 149 commits into from
Aug 25, 2021
Merged

Flake support/frontend #324

merged 149 commits into from
Aug 25, 2021

Commits on Aug 17, 2021

  1. Setup flake info extraction

    Prepare data model fro derivations (#1)
    
    Add flake info data (#1)
    
    Implement fetching general flake info (#1)
    
    Expose CLI (#1)
    
    Keep cargo happy
    
    Add some doc comments
    
    Pin to local nixpkgs to excessive downloads
    
    Extend visibility of some data objects
    
    Add command to extract infomation about defivations (#1)
    
    Add call new feature in main (#1)
    
    Include more information in derivation (#1)
    
    Add log access
    
    Always debug log stderr from nix
    
    Format nix script
    
    Collect systems per package
    
    Remove unnecessary imports
    
    Create flake
    
    Remove top level version field
    
    Represent collected systems/version pairs in rust
    
    Fix quotation marks in tests
    
    Add correct cargo hash
    
    Add iconv dependency
    
    Return a list from nix script
    
    Export as json
    
    Undo version by platform distinction
    
    Remove nixpkgs override
    
    Apply cargo fmt
    
    Flatten export structure
    
    Allow for complex licenses
    
    Prepare using a central nix file
    
    Implement nix part o accessing apps
    
    Include the correct filename
    
    Add accessor for `all` key
    
    Access all available information by default
    
    Track more information about Apps
    
    Run cargo fmt
    
    Fix: allow local builds
    
    Prepare next version of the flake info tool
    
    Include examples and pull script
    
    Expose flake info as library
    
    Include thiserror for custom errors
    
    Define a source data type
    
    Collects source types and their metadata, collected in a json file
    
    Add command line argument for input files
    
    Mutually exclusive with --flake
    
    Refactor functions to extract information given a flake identifier
    
    Add kind specifier as CLI argument
    
    Amend Argument parsing to require eiteher flake or targets to be defined
    
    Run extraction for specified flake or list of flakes as specified in a json file
    
    Resolves #5
    References #7
    
    Use internal tag to distnguich target types
    
    Include target falg usage in examples
    
    Set include provided source if available (resolves #9)
    
    Resolve flake name
    
    Update examples
    
    Dont include empty license or description
    
    Fix a misfomatting in cargot.toml
    
    Add elastic dependencies
    
    Implement a wrapper around the elasticsearch client
    
    Implements pushing exports (#4)
    
    Temporarily skip serializing an unimplemented field in elastic output
    
    Extract reading source list files from binary
    
    Add lazy_static as dependency
    
    Implement createing and pushing to elastic index
    
    Add elastic options
    
    Provide default name and env falbac for elastic index
    
    Modify app binary and type as optionals
    
    App can be a derivation too
    
    Update examples
    
    Add more elastic commands
    
    Supported:
    - ensure
    - clear
    - push
    
    Rename elastic search config struct
    
    Add elastic push support to binary
    
    Rename flag to enable elastic push
    
    Imporve error messages and format binary source
    
    Fix nix file incorrectly expecting meta fields
    
    Changing flake descriotions to an optional field
    
    deserialize git_ref as hash
    
    Implement temporary stores and gc of these
    
    prevents flakes from accessing store paths
    
    Pass extra arguments to nix
    
    Update cargo hash and skip integration tests
    
    Move flake.nix to root folder and add apps for all components
    
    Fix command invocation that fails test
    
    Update README(s)
    
    Add help for extra arguments
    
    (cherry picked from commit be4bc3dd929178bef66114c2201aaa88e47e9add)
    ysndr committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    783aabf View commit details
    Browse the repository at this point in the history
  2. Safely read legacyPackages

    ysndr committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    7ce5376 View commit details
    Browse the repository at this point in the history
  3. Read nixosOptions from flake

    ysndr committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    49f2f68 View commit details
    Browse the repository at this point in the history
  4. Update ES Mapping

    ysndr committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    2b937b0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    973377e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d6d8ee4 View commit details
    Browse the repository at this point in the history
  7. Format nix script

    ysndr committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    a9343ed View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f8e9f09 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    11c20ed View commit details
    Browse the repository at this point in the history
  10. Add push elasticsearch settings

    ysndr committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    ac01e7d View commit details
    Browse the repository at this point in the history
  11. Add Flake channel

    ysndr committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    12d3e16 View commit details
    Browse the repository at this point in the history
  12. Rename import module

    ysndr committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    11709bc View commit details
    Browse the repository at this point in the history
  13. Remove Flakes Channel

    ysndr committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    96adcaf View commit details
    Browse the repository at this point in the history
  14. Prepare nixpkgs import

    ysndr committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    d548dbf View commit details
    Browse the repository at this point in the history
  15. Separate import/export types

    ysndr committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    e56c45b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3f04f12 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    10b522c View commit details
    Browse the repository at this point in the history
  18. Document import module

    ysndr committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    4c57041 View commit details
    Browse the repository at this point in the history
  19. Remove serialization attributes

    ysndr committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    a7fb72f View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    1740c53 View commit details
    Browse the repository at this point in the history
  21. Add *_reverse fields

    ysndr committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    ec92f76 View commit details
    Browse the repository at this point in the history
  22. Unpublicating export fields

    ysndr committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    fc5eac6 View commit details
    Browse the repository at this point in the history
  23. Read from NixOption struct

    ysndr committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    bd5fa0f View commit details
    Browse the repository at this point in the history
  24. serialize empty fields as null

    ysndr committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    ae54fd2 View commit details
    Browse the repository at this point in the history
  25. Tag export json variants

    ysndr committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    73de24f View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    7166817 View commit details
    Browse the repository at this point in the history
  27. Format npkgs parse test

    ysndr committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    91ba93e View commit details
    Browse the repository at this point in the history
  28. Define NixOption

    Sorry thats too late..
    ysndr committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    204e018 View commit details
    Browse the repository at this point in the history
  29. Parse system key

    ysndr committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    787eb4f View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    7a0f60a View commit details
    Browse the repository at this point in the history
  31. Add Url-only licesnse variant

    ysndr committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    59ef921 View commit details
    Browse the repository at this point in the history
  32. Add StringOrStruct type

    ysndr committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    4d81032 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    85889c7 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    9be1a2d View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    6aa2289 View commit details
    Browse the repository at this point in the history
  36. Format Implementatio n

    ysndr committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    70c6741 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    fe6d3ca View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    fc87e46 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    c57de55 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    b01f0ed View commit details
    Browse the repository at this point in the history
  41. Format nixpkgs command runner

    ysndr committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    f2d3815 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    7d3b5ca View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    518dafb View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    a8e5c29 View commit details
    Browse the repository at this point in the history
  45. Integrate query in export

    ysndr committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    c6499b7 View commit details
    Browse the repository at this point in the history
  46. Implement *_set attributes

    ysndr committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    7e9194a View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    5192160 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    89a5987 View commit details
    Browse the repository at this point in the history
  49. Complete Option Export representation

    Reuse the same option type for nixpkgs and flakes
    ysndr committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    ed4586f View commit details
    Browse the repository at this point in the history
  50. Enable nixpkgs option import

    ysndr committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    d9ed335 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    bc15c1f View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    a796e5e View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    f4ec8be View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    048260a View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    f1180da View commit details
    Browse the repository at this point in the history
  56. Document new interface

    ysndr committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    02a3baa View commit details
    Browse the repository at this point in the history
  57. Bump version

    ysndr committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    aca8e8f View commit details
    Browse the repository at this point in the history
  58. Add nixpkgs cron job

    ysndr committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    fdfc7ca View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    814f9a7 View commit details
    Browse the repository at this point in the history
  60. Add Flakes cron job

    ysndr committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    e4eacac View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    7459828 View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    8540c85 View commit details
    Browse the repository at this point in the history
  63. Fix group command

    ysndr committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    c7627b6 View commit details
    Browse the repository at this point in the history
  64. Run new cron jobs on PR

    ysndr committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    ae8f3f2 View commit details
    Browse the repository at this point in the history
  65. Update Cargo sources

    ysndr committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    f123f31 View commit details
    Browse the repository at this point in the history
  66. Integrate new flakes route

    ysndr committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    8deeb62 View commit details
    Browse the repository at this point in the history
  67. Add search type option

    ysndr committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    b0333f1 View commit details
    Browse the repository at this point in the history
  68. Add flake types and messages

    ysndr committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    a54527b View commit details
    Browse the repository at this point in the history
  69. Add flake types

    ysndr committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    972dabe View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    31f6a4c View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    ee2a01b View commit details
    Browse the repository at this point in the history
  72. Factor out html body

    ysndr committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    ed82c5f View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    2e6a78d View commit details
    Browse the repository at this point in the history
  74. Correct type naming

    ysndr committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    8801a64 View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    d308fb5 View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    a15f30a View commit details
    Browse the repository at this point in the history
  77. Implement switching subjects

    ysndr committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    7ae0244 View commit details
    Browse the repository at this point in the history
  78. Fix init type signature

    ysndr committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    a290166 View commit details
    Browse the repository at this point in the history
  79. Configuration menu
    Copy the full SHA
    88320dd View commit details
    Browse the repository at this point in the history
  80. Parse flake info

    ysndr committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    643fc27 View commit details
    Browse the repository at this point in the history
  81. Configuration menu
    Copy the full SHA
    aacae4e View commit details
    Browse the repository at this point in the history
  82. Fix optional decoded values

    ysndr committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    5f24fed View commit details
    Browse the repository at this point in the history
  83. Configuration menu
    Copy the full SHA
    8fcbd6b View commit details
    Browse the repository at this point in the history
  84. Configuration menu
    Copy the full SHA
    13f9224 View commit details
    Browse the repository at this point in the history
  85. Move flake decoding to search

    ysndr committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    5f62331 View commit details
    Browse the repository at this point in the history
  86. Configuration menu
    Copy the full SHA
    388fb4f View commit details
    Browse the repository at this point in the history
  87. Configuration menu
    Copy the full SHA
    954499f View commit details
    Browse the repository at this point in the history
  88. Configuration menu
    Copy the full SHA
    926919f View commit details
    Browse the repository at this point in the history
  89. Configuration menu
    Copy the full SHA
    3686914 View commit details
    Browse the repository at this point in the history
  90. Change default flake index

    ysndr committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    4ab419f View commit details
    Browse the repository at this point in the history
  91. Show correct category title

    ysndr committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    eab7b75 View commit details
    Browse the repository at this point in the history
  92. Add missing imports

    ysndr committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    5f8d8db View commit details
    Browse the repository at this point in the history
  93. Configuration menu
    Copy the full SHA
    a8701d3 View commit details
    Browse the repository at this point in the history
  94. elastic-test.rs file not needed anymore

    garbas authored and ysndr committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    c05fa96 View commit details
    Browse the repository at this point in the history
  95. Configuration menu
    Copy the full SHA
    f494cc3 View commit details
    Browse the repository at this point in the history
  96. better jobs names

    garbas authored and ysndr committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    57e2c0a View commit details
    Browse the repository at this point in the history
  97. rename the flakes group

    garbas authored and ysndr committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    de7efbf View commit details
    Browse the repository at this point in the history
  98. Configuration menu
    Copy the full SHA
    9b166ad View commit details
    Browse the repository at this point in the history
  99. typo

    garbas authored and ysndr committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    c21b707 View commit details
    Browse the repository at this point in the history
  100. Fix errors in workflow files

    ysndr committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    e9e301a View commit details
    Browse the repository at this point in the history
  101. Configuration menu
    Copy the full SHA
    5713722 View commit details
    Browse the repository at this point in the history
  102. Fix variable substitution

    ysndr committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    f9926fd View commit details
    Browse the repository at this point in the history
  103. Use string group names

    ysndr committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    e64a8b1 View commit details
    Browse the repository at this point in the history
  104. Configuration menu
    Copy the full SHA
    1e50f6d View commit details
    Browse the repository at this point in the history
  105. Fix scheduled task name

    ysndr committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    7a37f2b View commit details
    Browse the repository at this point in the history
  106. Improve error reporting

    ysndr committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    20e0dd8 View commit details
    Browse the repository at this point in the history
  107. Allow insecure packages here

    ysndr committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    46e1e5e View commit details
    Browse the repository at this point in the history
  108. Add missing imports

    ysndr committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    6a9ee58 View commit details
    Browse the repository at this point in the history
  109. Tree-wide: cargo-fmt

    ysndr committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    bfa619f View commit details
    Browse the repository at this point in the history
  110. only import nixpkgs for now

    garbas authored and ysndr committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    707acee View commit details
    Browse the repository at this point in the history
  111. no importing of flakes

    garbas authored and ysndr committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    d4e053e View commit details
    Browse the repository at this point in the history
  112. also bump a version

    garbas authored and ysndr committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    68ace2b View commit details
    Browse the repository at this point in the history
  113. fixing cron-flakes.yml

    garbas authored and ysndr committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    c4440a3 View commit details
    Browse the repository at this point in the history
  114. make it obvious that this is for frontend

    garbas authored and ysndr committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    fc0610e View commit details
    Browse the repository at this point in the history
  115. missed this when merging

    garbas authored and ysndr committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    beec892 View commit details
    Browse the repository at this point in the history
  116. Extract hashes

    - Split out revision info from flakes
    - Retrieve current nixpkgs revision from github
    ysndr committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    11f9937 View commit details
    Browse the repository at this point in the history
  117. Configuration menu
    Copy the full SHA
    8308ad6 View commit details
    Browse the repository at this point in the history
  118. Filter additional platforms

    ysndr committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    85fa1b5 View commit details
    Browse the repository at this point in the history
  119. Change alias structure

    ysndr committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    5469b5d View commit details
    Browse the repository at this point in the history
  120. Configuration menu
    Copy the full SHA
    53b4ab5 View commit details
    Browse the repository at this point in the history
  121. Configuration menu
    Copy the full SHA
    98e5f58 View commit details
    Browse the repository at this point in the history
  122. Configuration menu
    Copy the full SHA
    6bfe739 View commit details
    Browse the repository at this point in the history
  123. Configuration menu
    Copy the full SHA
    cad11ea View commit details
    Browse the repository at this point in the history
  124. Configuration menu
    Copy the full SHA
    46494da View commit details
    Browse the repository at this point in the history
  125. Specify import path correclty

    ysndr committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    95a23bd View commit details
    Browse the repository at this point in the history
  126. Fix channel warmup

    ysndr committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    952293b View commit details
    Browse the repository at this point in the history
  127. Configuration menu
    Copy the full SHA
    c3281f1 View commit details
    Browse the repository at this point in the history
  128. Configuration menu
    Copy the full SHA
    f70aba4 View commit details
    Browse the repository at this point in the history
  129. Fix indentation by tab

    ysndr committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    910509e View commit details
    Browse the repository at this point in the history
  130. Make flakes show again

    ysndr committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    ab5f64f View commit details
    Browse the repository at this point in the history
  131. Configuration menu
    Copy the full SHA
    a588c9e View commit details
    Browse the repository at this point in the history
  132. Configuration menu
    Copy the full SHA
    dddb594 View commit details
    Browse the repository at this point in the history
  133. Configuration menu
    Copy the full SHA
    1b3ac75 View commit details
    Browse the repository at this point in the history
  134. Configuration menu
    Copy the full SHA
    a46ce7e View commit details
    Browse the repository at this point in the history
  135. Use actual nixpkgs branch names

    ysndr committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    3c71881 View commit details
    Browse the repository at this point in the history
  136. Trim derivation/option declaration path, resolves #335

    Remove /nix/store/*-source prefix
    ysndr committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    bc83ec4 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2021

  1. Configuration menu
    Copy the full SHA
    1e2ba6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    913d7b3 View commit details
    Browse the repository at this point in the history
  3. Show flake install info

    ysndr committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    68a0b61 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2021

  1. Configuration menu
    Copy the full SHA
    4e79433 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02f4342 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

  1. Add toml source config support

    ysndr committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    a782a28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20aff44 View commit details
    Browse the repository at this point in the history
  3. Update flake cron job

    ysndr committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    90cd616 View commit details
    Browse the repository at this point in the history
  4. flake-info: use saner nix packaging method

    When trying to first work in this I naive approached it with
    `nix-shell`. That of course lead to the fixed output bollocks failing
    with a hash mismatch. By making use of the `cargoLock` attribute on
    `buildRustPackage` we can tame the FOD-beast and only have to provide
    one hash manually for a single package (that we fetch from a GitHub
    repository).
    
    This also means that updating dependencies will be simpler as the native
    Cargo.lock file can be used.
    
    (cherry picked from commit c3a0e46)
    andir authored and ysndr committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    6edc403 View commit details
    Browse the repository at this point in the history
  5. Update flake lock file

    ysndr committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    ae73e38 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ad60f83 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    24174ec View commit details
    Browse the repository at this point in the history
  8. Disable debug imports on prs

    ysndr committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    072821d View commit details
    Browse the repository at this point in the history