Follow upstream master branch, it's their new default #14

Merged
teutat3s merged 27 commits from refs/pull/14/head into master 2021-09-07 14:37:24 +00:00
2 changed files with 3 additions and 4 deletions
Showing only changes of commit bf8620f8ba - Show all commits

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";