forked from lix-project/hydra
Remove url literal
This commit is contained in:
parent
fb26435fe9
commit
183f58ca9f
|
@ -5,7 +5,7 @@
|
||||||
# even 2.7.0's Nixpkgs pin).
|
# even 2.7.0's Nixpkgs pin).
|
||||||
inputs.newNixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small";
|
inputs.newNixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small";
|
||||||
inputs.nixpkgs.follows = "nix/nixpkgs";
|
inputs.nixpkgs.follows = "nix/nixpkgs";
|
||||||
inputs.nix.url = github:NixOS/nix/2.9.1;
|
inputs.nix.url = "github:NixOS/nix/2.9.1";
|
||||||
|
|
||||||
outputs = { self, newNixpkgs, nixpkgs, nix }:
|
outputs = { self, newNixpkgs, nixpkgs, nix }:
|
||||||
let
|
let
|
||||||
|
|
Loading…
Reference in a new issue