Skip to content
Snippets Groups Projects
  1. Oct 21, 2022
    • Antoine R. Dumont's avatar
      nixguix: Make nar ignore .hg and .svn folders as well · 9c5d75a6
      Antoine R. Dumont authored
      This aligns further with the guix hash command behavior.
      
      ```
      $ guix hash -S nar -f base32 -H sha256 -x /var/tmp/panda
      apq7sedacxf2lqaebllbngtszci63v7cbwxmo4276k26nv4ocseq
      $ python -m nar -f base32 -H sha256 /var/tmp/panda
      apq7sedacxf2lqaebllbngtszci63v7cbwxmo4276k26nv4ocseq====
      guix hash -S nar -f base32 -H sha256 -x /var/tmp/hgview
      lepywr37sfg4uqmetcww2q2hxjicgags3xt5fjbvjoepiqcluj5q
      $ python -m nar -f base32 -H sha256 /var/tmp/hgview
      lepywr37sfg4uqmetcww2q2hxjicgags3xt5fjbvjoepiqcluj5q====
      ```
      
      Related to T4538#93319
      Verified
      9c5d75a6
    • Antoine R. Dumont's avatar
      nixguix: Make nar ignore .git folder like the guix hash command · 6724cecc
      Antoine R. Dumont authored
      ```
      $ guix hash -S nar -f base32 -H sha256 -x guix-modules
      bd4jxucj7hqpvjv5646rxehevbia6gnym7y4kebj4cm3eugdwpma
      $ python -m nar -f base32 -H sha256 guix-modules
      bd4jxucj7hqpvjv5646rxehevbia6gnym7y4kebj4cm3eugdwpma====
      $ guix hash -S nar -f base32 -H sha256 -x ~/repo/public/linux
      o3kzi5wtzct2roz4hprvmosv6te43kt5ha6vzefk2mmr5fybm2ua
      $ python -m nar -f base32 -H sha256 ~/repo/public/linux
      o3kzi5wtzct2roz4hprvmosv6te43kt5ha6vzefk2mmr5fybm2ua====
      ```
      
      Related to T4538#93319
      Verified
      6724cecc
    • Antoine R. Dumont's avatar
      nixguix: Make nar cli consistent with guix hash cli interface · d50f5183
      Antoine R. Dumont authored
      This also fixes complaints about short variable names.
      
      ```
      $ guix hash -S nar -f base32 -H sha256 -x guix-modules
      bd4jxucj7hqpvjv5646rxehevbia6gnym7y4kebj4cm3eugdwpma
      $ python -m nar -f base32 -H sha256 guix-modules
      it6djhqnacibff47lh43haq2bnu3w6pus72chbx4gjmzl2tppkda====
      $ rm -rf guix-modules/.git  # because it's ignored by defaut by guix
      $ python -m nar -f base32 -H sha256 guix-modules
      bd4jxucj7hqpvjv5646rxehevbia6gnym7y4kebj4cm3eugdwpma====
      ```
      
      Related to T4538#93319
      Verified
      d50f5183
    • Antoine R. Dumont's avatar
      nixguix: Add nar.py from @zimoun · 58d139c7
      Antoine R. Dumont authored
      Related to T4538#93319
      Verified
      58d139c7
  2. Oct 20, 2022
  3. Oct 19, 2022
  4. Oct 18, 2022
  5. Aug 05, 2022
  6. Jul 29, 2022
  7. Jul 19, 2022
  8. May 16, 2022
  9. May 12, 2022
  10. May 11, 2022
  11. Apr 29, 2022
  12. Apr 28, 2022
  13. Apr 08, 2022
  14. Mar 15, 2022
  15. Mar 14, 2022
  16. Jan 31, 2022
  17. Jan 27, 2022
Loading