tangled
alpha
login
or
join now
wiro.world
/
dotfiles
2
fork
atom
yep, more dotfiles
2
fork
atom
overview
issues
1
pulls
1
pipelines
change flake uris refs format
wiro.world
2 months ago
b0e7f6f5
8857acb9
verified
This commit was signed with the committer's
known signature
.
wiro.world
SSH Key Fingerprint:
SHA256:SmMcWpNAnL+VAgItSawvXgdPVn7f1rsyAuB/5VNclKY=
+5
-5
1 changed file
expand all
collapse all
unified
split
flake.nix
+5
-5
flake.nix
···
2
2
description = "NixOS and Home Manager configuration for Milo's laptops";
3
3
4
4
inputs = {
5
5
-
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11";
6
6
-
unixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
5
5
+
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-25.11";
6
6
+
unixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
7
7
8
8
-
home-manager.url = "github:nix-community/home-manager/release-25.11";
8
8
+
home-manager.url = "github:nix-community/home-manager?ref=release-25.11";
9
9
home-manager.inputs.nixpkgs.follows = "nixpkgs";
10
10
11
11
-
nix-darwin.url = "github:nix-darwin/nix-darwin/nix-darwin-25.11";
11
11
+
nix-darwin.url = "github:nix-darwin/nix-darwin?ref=nix-darwin-25.11";
12
12
nix-darwin.inputs.nixpkgs.follows = "nixpkgs";
13
13
14
14
-
stylix.url = "github:nix-community/stylix/release-25.11";
14
14
+
stylix.url = "github:nix-community/stylix?ref=release-25.11";
15
15
stylix.inputs.nixpkgs.follows = "nixpkgs";
16
16
17
17
## Miscellaneous