aboutsummaryrefslogtreecommitdiff
path: root/flake.nix (unfollow)
Commit message (Expand)AuthorFilesLines
2023-09-17Replace jsonschema-cli with check-jsonschemaSimon Menke1-1/+1
2023-05-11[#210] Add activation script for darwin system and provide a usage exampleRoman Melnikov1-0/+7
2023-04-16Make it possible to not rebuild deploy-rsFlakebi1-1/+1
2022-11-11More unique names for the checks generated by deploy-rsPhilipp Herzog1-2/+2
2022-10-09Add new activation strategy `boot` as equivalent to `nixos-rebuild boot`Maximilian Bosch1-11/+20
2022-08-04Fetch system from `stdenv.hostPlatform`Robert Helgesson1-1/+1
2022-08-04Replace runCommandNoCC by runCommandRobert Helgesson1-2/+2
2022-05-14Update flake to support nix 2.8Xavier Vello1-3/+5
2021-09-28Fix darwin buildAlexander Bantyev1-4/+4
2021-09-27add aarch64-darwin to built systemsPeter Woodman1-1/+1
2021-09-15flake: replace naersk with buildRustPackageBernardo Meurer1-8/+8
2021-08-04Add .envrc and fix devShell to work with more toolsnotgne21-1/+11
2021-06-25fix: add meta.descriptionDavid Arnold1-1/+1
2021-06-25Add rustfmt and rust-analyzer to devShellAlexander Bantyev1-1/+1
2021-06-22flake.nix: refactor as overlayAlexander Bantyev1-40/+54
2021-05-20flake.nix: clean up dry-activation logicAlexander Bantyev1-7/+3
2021-05-18Fix rollback to old profilesAlexander Bantyev1-1/+1
2021-05-10Add helper activation function for home-managernotgne21-0/+2
2021-04-16Apply notgne2 suggestions.Oleg Pykhalov1-10/+6
2021-04-07flake: Add optional dryActivate argument to activate.customOleg Pykhalov1-33/+47
2021-04-07Add dry activate argument.Oleg Pykhalov1-1/+5
2021-02-08Work around NixOS/nixpkgs#73404 by `cd`-ing into `/tmp` during NixOS activationnotgne21-0/+3
2021-01-26Add Nix-flake check for checking build and Rust testsnotgne21-0/+4
2021-01-22Run `set -euo pipefail` in generated activation scriptsnotgne21-0/+2
2021-01-08Check if systemd-boot is enabled before attempting to delete default entry linenotgne21-1/+3
2021-01-06Use boot path from configuration and ignore failures when updating loader confnotgne21-1/+1
2021-01-05Automatically filter out `default` line from loader.conf after NixOS activationnotgne21-1/+6
2020-12-15Build "activate" binary on all platformsAndreas Fuchs1-2/+0
2020-12-02Add SPDX-FileCopyrightText to the three files that I changed substantiallyAndreas Fuchs1-0/+1
2020-12-02activate flake check: confirm that activate-rs exists in the profileAlexander Bantyev1-1/+3
2020-12-02Write an "activate-rs" script into the profile pathAndreas Fuchs1-0/+9
2020-11-24Fix running & building under macOS (Big Sur) (#9)Andreas Fuchs1-4/+14
2020-11-22Update `activate.nixos` to take a configuration, not a derivationnotgne21-1/+1
2020-11-16Scope activation commands, deprecate setActivateAlexander Bantyev1-17/+24
2020-11-16Add activation presets for NixOS and noop activationAlexander Bantyev1-0/+4
2020-11-16fixup! [OPS-1085] Add CIChristian Höppner1-11/+3
2020-11-14Format flake.nixnotgne21-10/+11
2020-11-14Remove deprecated `checkSchema`notgne21-5/+1
2020-11-14[OPS-1085] Add CIChristian Höppner1-0/+12
2020-11-07Greatly expand documentationnotgne21-1/+1
2020-10-30Show name of profiles missing activationnotgne21-2/+8
2020-10-29Add deprecation warning to checkSchemanotgne21-2/+1
2020-10-26Improve checks usage, add check for activation script existingnotgne21-3/+21
2020-10-11Move activate script location, use buildEnv for setActivatenotgne21-2/+2
2020-10-08Minor flake and documentation fixesnotgne21-20/+30
2020-10-05Add interface with json schema, fix flake-less issues, put setActivate and js...notgne21-1/+24
2020-09-29Add license information, reformat Nix files, clean upnotgne21-2/+5
2020-09-28use separate binary for activation, more cleanupnotgne21-1/+1