Remove url literal

This commit is contained in:
Sandro 2022-06-16 22:48:39 +02:00 committed by GitHub
parent fb26435fe9
commit 183f58ca9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@
# even 2.7.0's Nixpkgs pin).
inputs.newNixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small";
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 }:
let