mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
parent
65e88694c2
commit
094539ef4a
8 changed files with 112 additions and 111 deletions
10
flake.nix
10
flake.nix
|
@ -5,13 +5,13 @@
|
|||
|
||||
epoch = 2019;
|
||||
|
||||
requires = [ "nixpkgs" ];
|
||||
inputs = [ "nixpkgs" ];
|
||||
|
||||
provides = deps: rec {
|
||||
outputs = inputs: rec {
|
||||
|
||||
hydraJobs = import ./release.nix {
|
||||
nix = deps.self;
|
||||
nixpkgs = deps.nixpkgs;
|
||||
nix = inputs.self;
|
||||
nixpkgs = inputs.nixpkgs;
|
||||
};
|
||||
|
||||
checks = {
|
||||
|
@ -29,7 +29,7 @@
|
|||
defaultPackage = packages.nix;
|
||||
|
||||
devShell = import ./shell.nix {
|
||||
nixpkgs = deps.nixpkgs;
|
||||
nixpkgs = inputs.nixpkgs;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue