Compare commits

...
Sign in to create a new pull request.

1 commit
main ... canary

Author SHA1 Message Date
cy
bb2e1b57cf
init canary 2025-02-23 20:09:49 -05:00
2 changed files with 5 additions and 5 deletions

8
flake.lock generated
View file

@ -1091,16 +1091,16 @@
},
"nixpkgs_5": {
"locked": {
"lastModified": 1740301968,
"narHash": "sha256-eDAiNagpMExcLoSIgjdef2ZYyvjuy1VTF8r9OZXCMGc=",
"lastModified": 1740358719,
"narHash": "sha256-QeY5F2/0zSCxyKhBk1KsJc1Emd3LfGTw/mnaxnhEU6Y=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "b7fe81518095c48a8ba94fc7cfe5c0fc8370851b",
"rev": "79c09b739d5ef2d4f72b49472a23062a72c95381",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable-small",
"ref": "master",
"repo": "nixpkgs",
"type": "github"
}

View file

@ -2,7 +2,7 @@
description = "cy's flake";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable-small";
nixpkgs.url = "github:nixos/nixpkgs/master";
nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-24.11";
sops-nix = {
url = "github:Mic92/sops-nix";