aboutsummaryrefslogtreecommitdiff
path: root/tests/flakes.sh
AgeCommit message (Expand)Author
2022-04-29Resolve reference for remote repositoryKjetil Orbekk
2022-04-05Allow `welcomeText` when checking a flake templateThéophane Hufschmitt
2022-02-22Replace defaultBla.$system with bla.$system.defaultEelco Dolstra
2022-02-02Flake follows: resolve all follows to absoluteAlexander Bantyev
2021-12-28flake.cc: computeLocks: Only verify overrides when they could changeAlexander Bantyev
2021-12-13Re-allow inputs.x.url = "/path/to/file"Eelco Dolstra
2021-12-02Flakes: computeLocks: pass correct LockParent when reusing oldLockAlexander Bantyev
2021-11-11Flakes: refetch the input when a follows disappearsAlexander Bantyev
2021-10-07Allow builtins.{path,filterSource} on paths with a contextEelco Dolstra
2021-10-06Add a test for builtins.path in a flakeEelco Dolstra
2021-10-06Make Mercurial optional for the flakes testsEelco Dolstra
2021-09-21path fetcher: Fix relative path checkEelco Dolstra
2021-09-14Merge branch 'tomberek/show_json' of https://github.com/tomberek/nixEelco Dolstra
2021-09-08Ensure nix flake show produces valid jsonTom Bereknyei
2021-09-02parseInstallables(): Parse store paths as store pathsEelco Dolstra
2021-09-02Failing test case for flake in storeStéphan Kochen
2021-08-17Add tests for flake follow pathsAlex Zero
2021-07-16Add use-registries config option (and deprecate --no-registries flag)Alexander Bantyev
2021-07-02Add tests for --registry and second arg for nix registry pinAlexander Bantyev
2021-06-02Let `nix flake check` keep going when keep-going is setregnat
2021-03-16Merge 'nix flake {info,list-inputs}' into 'nix flake metadata'Eelco Dolstra
2021-03-01Add test for git+file with bare repositoryKjetil Orbekk
2021-02-26nix flake update: Recreate the lock fileEelco Dolstra
2021-01-10Add 'nix store gc' commandEelco Dolstra
2020-07-17parseFlakeRef(): Only search for the top-level directory for CLI flakerefsEelco Dolstra
2020-06-11Represent 'follows' inputs explicitly in the lock fileEelco Dolstra
2020-06-04nix flake init: Add a '--template' flagEelco Dolstra
2020-05-21circular testMatthew Kenigsberg
2020-05-15Move registry-related commands from 'nix flake' to 'nix registry'Eelco Dolstra
2020-04-10Remove flake 'edition' fieldEelco Dolstra
2020-04-03getFlake: In pure mode, check that the argument is an immutable flakerefEelco Dolstra
2020-03-27Add test for circular flake dependenciesEelco Dolstra
2020-03-27Improve lock file generationEelco Dolstra
2020-03-19Register flake-registry.json as a GC root againEelco Dolstra
2020-03-19downloadFile(): Use expired file if the download failsEelco Dolstra
2020-03-18tarball.cc: Use ETagsEelco Dolstra
2020-03-12Change the lock file to a graphEelco Dolstra
2020-02-06Registry: Use attr notation instead of URLsEelco Dolstra
2020-02-05Add option --commit-lock-fileEelco Dolstra
2020-02-02Automatically do git/hg add on flake.lockEelco Dolstra
2020-02-02Remove the git+ and hg+ prefixes from structured input refsEelco Dolstra
2020-02-02--tarball-ttl 0 -> --refreshEelco Dolstra
2020-02-02Substitute flake inputsEelco Dolstra
2020-02-02Renamed ref / resolvedRef -> lockedRefEelco Dolstra
2020-02-01nix flake update: Imply --refreshEelco Dolstra
2020-01-31Allow flake input specification via attributes rather than a URLEelco Dolstra
2020-01-31Change lock file format to use an attribute representation of flake refs rath...Eelco Dolstra
2020-01-31nix flake deps -> nix flake list-inputsEelco Dolstra
2020-01-29Add --update-input flag to update a specific flake inputEelco Dolstra
2020-01-29Clean up the lock file handling flagsEelco Dolstra