Skip to content

Commit

Permalink
Merge pull request #2 from batonac/patch-1
Browse files Browse the repository at this point in the history
Update git urls to snowfallorg
  • Loading branch information
vlinkz authored Dec 29, 2023
2 parents d0ed77a + dbeb646 commit 2364450
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nix-software-center = {
url = "github:vlinkz/nix-software-center";
url = "github:snowfallorg/nix-software-center";
inputs.nixpkgs.follows = "nixpkgs";
};
nixos-conf-editor = {
url = "github:vlinkz/nixos-conf-editor";
url = "github:snowfallorg/nixos-conf-editor";
inputs.nixpkgs.follows = "nixpkgs";
};
snow = {
url = "github:snowflakelinux/snow";
url = "github:snowfallorg/snow";
inputs.nixpkgs.follows = "nixpkgs";
};
snowflakeos-module-manager = {
url = "github:snowflakelinux/snowflakeos-module-manager";
url = "github:snowfallorg/snowflakeos-module-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
snowfall-lib = {
Expand Down

0 comments on commit 2364450

Please sign in to comment.