Merge pull request #1223 from SuperSandro2000/patch-1

Remove url literal
This commit is contained in:
Janne Heß 2022-06-17 14:33:28 +02:00 committed by GitHub
commit 44841fc827
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