@cryptotaxi247 / infra-1 / commits / cca11aeb

bastion: bump nixos-channel-scripts

zimbatm committed Oct 21, 2021 at 15:49 UTC cca11aebaf0bc6e11bda6cba9d9c2b3929902e06
2 files changed +4 -5
bastion/flake.lock
+3 -4
@@ -84,16 +84,15 @@
84 ]
85 },
86 "locked": {
87 - "lastModified": 1631122877,
88 - "narHash": "sha256-DbILyjHE2R3g4sUCPY2RkK/q9quX0tmXANRdiZVSA3I=",
87 + "lastModified": 1634821360,
88 + "narHash": "sha256-U3l6Q7vT9pvgYTp6KF8Ecn4xAqoTn4xd2A+maNSgVDE=",
89 "owner": "NixOS",
90 "repo": "nixos-channel-scripts",
91 - "rev": "1a2b045d2c73d35890cfe8302fae2d6173ec7dab",
91 + "rev": "20845261a30bd13815e5c03b403a9d83a36da40e",
92 "type": "github"
93 },
94 "original": {
95 "owner": "NixOS",
96 - "ref": "channels-cache-control",
96 "repo": "nixos-channel-scripts",
97 "type": "github"
98 }
bastion/flake.nix
+1 -1
@@ -1,6 +1,6 @@
1 {
2 inputs.nixpkgs.url = "nixpkgs/nixos-21.05";
3 - inputs.nixos-channel-scripts.url = github:NixOS/nixos-channel-scripts/channels-cache-control;
3 + inputs.nixos-channel-scripts.url = github:NixOS/nixos-channel-scripts;
4 inputs.nixos-channel-scripts.inputs.nix.follows = "nix";
5 inputs.nixos-channel-scripts.inputs.nixpkgs.follows = "nixpkgs";
6 inputs.nixops.inputs.nixpkgs.follows = "nixpkgs";