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": {
"locked": {
"lastModified": 1630679442,
"narHash": "sha256-wPCqej7mCmt8g4OXDQE/SCyhNF72GS9ws5pzmCiM/C0=",
"owner": "ehmry",
"lastModified": 1632386563,
"narHash": "sha256-8X0nNHyIQYLpcxbE4WSO5+Q5u9/3vB5n00dKP5mRP2I=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "8fbf6c0f2a1b973dde6707ab471910312312b225",
"rev": "bc2ba06323f101f413abe38736c1330388272ffd",
"type": "github"
},
"original": {
"owner": "ehmry",
"ref": "nimPackages",
"repo": "nixpkgs",
"type": "github"
"id": "nixpkgs",
"type": "indirect"
}
},
"nixpkgs_2": {

View File

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