Use our patched version of digga

This commit is contained in:
Benjamin Bädorf 2022-04-30 22:12:52 +02:00
parent fdf167d92a
commit a94a41f444
No known key found for this signature in database
GPG key ID: 4406E80E13CD656C
2 changed files with 6 additions and 6 deletions

View file

@ -188,15 +188,15 @@
"nixpkgs-unstable": "nixpkgs-unstable" "nixpkgs-unstable": "nixpkgs-unstable"
}, },
"locked": { "locked": {
"lastModified": 1651210705, "lastModified": 1651349453,
"narHash": "sha256-2RzKrjEnWDhsBQ4Et2gm2LjV5pXyszeqV1xNe+LtNT8=", "narHash": "sha256-0ZAYPYWXm16reXFT0bJi/4f6GeYubnlj2YruXcmp0hs=",
"owner": "divnix", "owner": "pub-solar",
"repo": "digga", "repo": "digga",
"rev": "0ffa2dff5ede12a03ca83fbc514972f94cf18f42", "rev": "531dd67b7aef37d7828fb28c2e45f09de0425c6b",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "divnix", "owner": "pub-solar",
"repo": "digga", "repo": "digga",
"type": "github" "type": "github"
} }

View file

@ -11,7 +11,7 @@
nixos.url = "github:nixos/nixpkgs/nixos-21.11"; nixos.url = "github:nixos/nixpkgs/nixos-21.11";
latest.url = "github:nixos/nixpkgs/nixos-unstable"; latest.url = "github:nixos/nixpkgs/nixos-unstable";
digga.url = "github:divnix/digga"; digga.url = "github:pub-solar/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";