ref: point digga to main (default) branch

This commit is contained in:
David Arnold 2021-07-20 22:19:09 -05:00
parent 31a8e76209
commit bf8620f8ba
No known key found for this signature in database
GPG key ID: AB15A6AF1101390D
2 changed files with 3 additions and 4 deletions

View file

@ -172,16 +172,15 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1626835448, "lastModified": 1626836850,
"narHash": "sha256-qMZ4T0ig9bBHsiu1nEnYzI6JjXjpJv2fnBexpJ8cw+0=", "narHash": "sha256-qMZ4T0ig9bBHsiu1nEnYzI6JjXjpJv2fnBexpJ8cw+0=",
"owner": "divnix", "owner": "divnix",
"repo": "digga", "repo": "digga",
"rev": "372910fa131fdd51edc695b3eb2ce3992b905460", "rev": "af700c53c6c955a46ae834c1e6e7c6bb5cb1adeb",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "divnix", "owner": "divnix",
"ref": "develop",
"repo": "digga", "repo": "digga",
"type": "github" "type": "github"
} }

View file

@ -10,7 +10,7 @@
nixos.url = "nixpkgs/release-21.05"; nixos.url = "nixpkgs/release-21.05";
latest.url = "nixpkgs"; latest.url = "nixpkgs";
digga.url = "github:divnix/digga/develop"; digga.url = "github:divnix/digga";
digga.inputs.nixpkgs.follows = "nixos"; digga.inputs.nixpkgs.follows = "nixos";
digga.inputs.nixlib.follows = "nixos"; digga.inputs.nixlib.follows = "nixos";
digga.inputs.home-manager.follows = "home"; digga.inputs.home-manager.follows = "home";