Skip to content

Commit

Permalink
Switch profile & add nixfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
bryango committed Nov 8, 2024
1 parent 091d957 commit 2cc78f2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ let

nix.dev = [
nil # language server
nixpkgs-fmt # the semi official formatter
nixpkgs-fmt # the unofficial formatter
nixfmt-rfc-style # the official formatter
nurl # generate fetcher call
nix-init # generate package
nix-update
Expand Down
8 changes: 4 additions & 4 deletions profile.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
"flakes": {
"active": true,
"attrPath": "packages.x86_64-linux.default",
"originalUrl": "path:/home/bryan/apps/nixpkgs/flakes",
"originalUrl": "git+file:///home/bryan/apps/nixpkgs/flakes",
"outputs": null,
"priority": 5,
"storePaths": [
"/nix/store/s99xwk5nafbds188qd0j7lljqmddvqry-home-apps"
"/nix/store/nm5ll2kn062wkfh7jfvp63zanlshx26w-home-apps"
],
"url": "path:/home/bryan/apps/nixpkgs/flakes?lastModified=1729076566&narHash=sha256-l/rJOZyKmI6KrhzzGWEvG1/NfsjVrMqzMkpsSz95mrE%3D"
"url": "git+file:///home/bryan/apps/nixpkgs/flakes?ref=refs/heads/dev&rev=0bbf0f0c177f97fc11a29c39e6f79a1dab7e4a88"
},
"home-manager-path": {
"active": true,
"priority": 5,
"storePaths": [
"/nix/store/bxw096r2bq270kprivpr0lv7z119hfcl-home-manager-path"
"/nix/store/ikli56i84w2451gvnfizwwik7w6hna6w-home-manager-path"
]
}
},
Expand Down

0 comments on commit 2cc78f2

Please sign in to comment.