Move nixpkgs input to master branch

This commit is contained in:
Emery Hemingway 2021-09-23 10:56:04 +02:00
parent 89de6a658b
commit 7ce42d6fd9
2 changed files with 6 additions and 9 deletions

View File

@ -17,18 +17,16 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1630679442, "lastModified": 1632386563,
"narHash": "sha256-wPCqej7mCmt8g4OXDQE/SCyhNF72GS9ws5pzmCiM/C0=", "narHash": "sha256-8X0nNHyIQYLpcxbE4WSO5+Q5u9/3vB5n00dKP5mRP2I=",
"owner": "ehmry", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "8fbf6c0f2a1b973dde6707ab471910312312b225", "rev": "bc2ba06323f101f413abe38736c1330388272ffd",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "ehmry", "id": "nixpkgs",
"ref": "nimPackages", "type": "indirect"
"repo": "nixpkgs",
"type": "github"
} }
}, },
"nixpkgs_2": { "nixpkgs_2": {

View File

@ -1,7 +1,6 @@
{ {
description = "Syndicate utilities"; description = "Syndicate utilities";
inputs.nixpkgs.url = "github:ehmry/nixpkgs/nimPackages";
inputs.rust.url = "github:oxalica/rust-overlay"; inputs.rust.url = "github:oxalica/rust-overlay";
outputs = { self, nixpkgs, rust }: outputs = { self, nixpkgs, rust }: