about summary refs log tree commit diff
path: root/flake.nix
Commit message (Collapse)AuthorAge
* flake.nix: Remove edition fieldEelco Dolstra2020-06-08
|
* Don't pin 'nixpkgs' in the system registry by defaultEelco Dolstra2020-04-03
| | | | | Nixpkgs takes up a lot of disk space so we shouldn't do this by default.
* nix-daemon.nix: Add option nix.registryEelco Dolstra2020-04-02
| | | | | | | | | | | | | | | | | | | | | This allows you to specify the system-wide flake registry. One use is to pin 'nixpkgs' to the Nixpkgs version used to build the system: nix.registry.nixpkgs.flake = nixpkgs; where 'nixpkgs' is a flake input. This ensures that commands like $ nix run nixpkgs#hello pull in a minimum of additional store paths. You can also use this to redirect flakes, e.g. nix.registry.nixpkgs.to = { type = "github"; owner = "my-org"; repo = "my-nixpkgs"; };
* flake.nix: Add noteEelco Dolstra2020-02-10
|
* Fix 'nix flake check'Eelco Dolstra2020-02-10
|
* flake.nix: Handle missing rev attributeEelco Dolstra2020-02-05
| | | | Dirty trees no longer set 'rev', so we need to handle this.
* flake.nix: Support more systemsEelco Dolstra2020-02-05
|
* flake.nix: Remove packages, builders outputsEelco Dolstra2020-02-05
|
* epoch -> editionEelco Dolstra2020-02-05
|
* Export nixosModules.notDetectedEelco Dolstra2020-02-05
|
* nixosSystem: Automatically set version suffix from flakeEelco Dolstra2020-02-05
| | | | | | | E.g. $ nixos-version 19.03.20190913.af5eb77 (Koi)
* flake.nix: Remove obsolete name attributeEelco Dolstra2020-02-05
|
* Update flake interfaceEelco Dolstra2020-02-05
|
* Add flake outputs for the manualsEelco Dolstra2020-02-05
|
* flake.nix: Update epochEelco Dolstra2020-02-05
|
* flake.nix: provides -> outputsEelco Dolstra2020-02-05
|
* flake.nix: Add checkEelco Dolstra2020-02-05
|
* legacyPkgs -> legacyPackagesEelco Dolstra2020-02-05
|
* Export a function for building NixOS system configurationsEelco Dolstra2020-02-05
|
* flake.nix: Set system explicitly for nowEelco Dolstra2020-02-05
| | | | | Flakes now are evaluated in pure mode, so we can't rely on currentSystem anymore.
* Add flake.nixEelco Dolstra2020-02-05