Sharry changes are merged upstream

This commit is contained in:
Jack O'Sullivan 2023-01-08 17:44:46 +00:00
parent 304152dbb2
commit 66c3eede9e
2 changed files with 6 additions and 7 deletions

11
flake.lock generated
View File

@ -267,16 +267,15 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1668965316, "lastModified": 1673132723,
"narHash": "sha256-ZIVZBbLhn40A29iF75H/g5N8OuZo9e6OQPZLmstVLvQ=", "narHash": "sha256-czCD8igPy6KjXC7oHkdFOprrZmgACVCgsL8E3DNX0jk=",
"owner": "devplayer0", "owner": "eikek",
"repo": "sharry", "repo": "sharry",
"rev": "a539318cebdeb82bb47100ff4288764d0e6014a8", "rev": "7f84a8151d0c04404c0a41f91be5814c379019c8",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "devplayer0", "owner": "eikek",
"ref": "nix-module-improvements",
"repo": "sharry", "repo": "sharry",
"type": "github" "type": "github"
} }

View File

@ -27,7 +27,7 @@
impermanence.url = "github:devplayer0/impermanence/qemu-vm-dirs"; impermanence.url = "github:devplayer0/impermanence/qemu-vm-dirs";
# Packages not in nixpkgs # Packages not in nixpkgs
sharry.url = "github:devplayer0/sharry/nix-module-improvements"; sharry.url = "github:eikek/sharry";
sharry.inputs.nixpkgs.follows = "nixpkgs-unstable"; sharry.inputs.nixpkgs.follows = "nixpkgs-unstable";
}; };